Returns a paginated list of responses. Responses are ordered by their inserted_at timestamp in reverse chronological order.

Pagination

Pagination of the results is cursor-based, using the before or after query parameter. To fetch the next page of results, provide the id of the last response returned as the value of the after query parameter. To fetch the previous page of results, provide the id of the first response returned as the value of the before query parameter. To aid in pagination, the response object has prev and next properties. The values of prev and next are the full URL (including filters) to the previous and next pages of results respectively.

🚧

The before and after parameters are mutually exclusive

The before and after query parameters cannot be used simultaneously.

Language
Authorization
Header
Click Try It! to start a request and see the response here!