List responses
Response
List Responses
List all responses with pagination and filtering options.
GET
List responses
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum number of responses to return
Required range:
1 <= x <= 100Number of responses to skip
Required range:
x >= 0Filter by response status
Available options:
in_progress, completed, failed, cancelled Filter responses created before a specific date (YYYY-MM-DD format), in UTC timezone
Filter responses created after a specific date (YYYY-MM-DD format), in UTC timezone