List custom instructions

Retrieve the AI Agent’s custom instructions, live and inactive, in cursor-paginated pages ordered by id.

Pagination is cursor-based: read meta.next_page_url and replay it verbatim to fetch the next page. next_page_url is null on the last or empty page.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

cursorstringOptional

The id that marks the start of the returned records. Use the value from meta.next_page_url in the previous response.

limitintegerOptional1-100
The number of records to return

Response

OK
datalist of objects
The list of custom instructions
metaobject
Pagination metadata

Errors

400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error