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
- Label
- Form ID
- Slug
- form_id
- Required
- true
- Can have default value
- true
- 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
- Slug
- form_title
- Filter code
- Typeform.listResponses.FormTitle
- Type
- String
- Example
- My typeform
- Slug
- response_id
- Filter code
- Typeform.listResponses.ResponseId
- Type
- String
- Example
- 123
- Slug
- landed_at
- Filter code
- Typeform.listResponses.LandedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- submitted_at
- Filter code
- Typeform.listResponses.SubmittedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- answers
- Filter code
- Typeform.listResponses.Answers
- Type
- String
- Example
- { "What is your name?" => "John Doe", "Where do you live?" => "California" }