v2

latestOpenAPI 3.1.02026-08-01132728.8 KB
playbooks

List Playbooks

Retrieve a paginated list of playbooks for your organization.

  • Results are sorted by playbook creation time in descending order (newest first).
  • updated_at reflects the latest version's update timestamp, falling back to its creation time, and finally to the playbook's own creation time when no version exists. (Because results are sorted by playbook creation time, this field is not monotonic across pages.)
  • Soft-deleted playbooks are excluded.
get/v1/playbooks/

Query parameters

cursorstring nullable

Cursor for pagination

Cursor for pagination

limitinteger

Number of items per page

Number of items per page

direction'next' | 'prev'

Pagination direction

Pagination direction

Response

Successful Response

Example response

{
  "data": [
    {
      "id": "5eb7cf5a86d9755df3a6c593"
    }
  ]
}