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.

Changes

Changed in 3 of the 27 revisions of this API.7

    • added the optional property detail/items/ctx to the response with the 422 status

      response-optional-property-added

    • added the optional property detail/items/input to the response with the 422 status

      response-optional-property-added

    • added the optional property data/items/output/items/anyOf[subschema #2: ToolCall]/arguments to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/output/items/anyOf[subschema #2: ToolCall]/call_id to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/output/items/anyOf[subschema #2: ToolCall]/name to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/output/items/anyOf[subschema #2: ToolCall]/status to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog