v27

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-22216424765.0 KB
responses.openapi_other

List Responses

Get a list of all responses for the authenticated account.

Args: limit: Maximum number of responses to return (default: 20, max: 100) after: Cursor for pagination - return responses after this ID before: Cursor for pagination - return responses before this ID

get/v1/responses

Query parameters

limitinteger
afterstring nullable
beforestring nullable

Response

Successful Response

objectstring

The object type, which is always 'list'.

has_moreboolean required

Indicates whether there are more responses available beyond this page. If true, use the 'last_id' value as the 'after' cursor to fetch the next page.

first_idstring nullable

The ID of the first response in the current page. Used for pagination.

last_idstring nullable

The ID of the last response in the current page. Use this as the 'after' cursor to fetch the next page if has_more is true.