List playbook runs

View as Markdown

Lists the project’s playbook runs (keyset-paginated over updatedAt desc, _id desc), with optional filters.

Authentication

AuthorizationBearer

WorkOS session JWT or an organization API key, sent as Authorization: Bearer <token>.

Path parameters

projectIdstringRequired

Query parameters

statusstringOptional
playbookSlugstringOptional
startedBystringOptional
isOverduebooleanOptional
originstringOptional
linkedRecordIdstringOptional
limitintegerOptional
cursorstringOptional

Response

A page of playbook runs.
runslist of maps from strings to any
nextCursorstring or null
Opaque cursor for the next page, or null.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error