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
cursor
The id that marks the start of the returned records. Use the value from meta.next_page_url in the previous response.
limit
The number of records to return
Response
OK
data
The list of custom instructions
meta
Pagination metadata
Errors
400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error