Group Location
Explore Plans
Mobile menu Close menu
TypeformTypeform

Lookup responses

This query returns responses from a specific form. It's possible to filter responses using the search field.

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This query returns responses from a specific form. It's possible to filter responses using the search field.
API endpoint slug
typeform.list_responses
Runtime method
performQuery("typeform.list_responses")

Query fields

Form ID Text input > Other

Label
Form ID
Slug
form_id
Required
true
Can have default value
true

Search Text input > Other

Label
Search
Helper text
The string will be escaped and it will be matched against all answers' fields, hidden fields and variable values.
Slug
search
Required
false
Can have default value
true

Ingredients

Form titleThe title of the form

Slug
form_title
Filter code
Typeform.listResponses.FormTitle
Type
String
Example
My typeform

Response IDUnique ID of the response

Slug
response_id
Filter code
Typeform.listResponses.ResponseId
Type
String
Example
123

Landed atTime when the user landed on the form

Slug
landed_at
Filter code
Typeform.listResponses.LandedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Submitted atTime when the user submitted the form

Slug
submitted_at
Filter code
Typeform.listResponses.SubmittedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

AnswersJSON with answers

Slug
answers
Filter code
Typeform.listResponses.Answers
Type
String
Example
{ "What is your name?" => "John Doe", "Where do you live?" => "California" }