List playbooks

Retrieve the AI Agent’s version 2 (“Playbooks”) playbooks, enabled and draft, 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 starts the next page. Prefer replaying meta.next_page_url from the previous response verbatim; if you build the request yourself, pass the cursor query parameter from that URL, not the whole URL.

limitintegerOptional1-100
The number of records to return

Response

OK
datalist of objects
The list of playbooks
metaobject
Pagination metadata

Errors

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