Get Typeform Responses

GET https://api.typeform.com/forms/{{TYPEFORM_FORM_ID}}/responses?completed=true&page_size=1000&after={{TYPEFORM_LAST_RESPONSE_ID}}

Get all the responses submitted to the typeform created in the Setup phase.

This request keeps track of new responses using the TYPEFORM_LAST_RESPONSE_ID collection to store the id of the last response submitted. Next time you run the request, Typeform will return only responses that were submitted after this last response.

Request Params

KeyDatatypeRequiredDescription
completedboolean
page_sizenumber
afterstring