List action runs

View as Markdown

Returns a keyset-paginated page of the project’s action runs, newest first.

Authentication

AuthorizationBearer

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

Path parameters

projectIdstringRequired

Query parameters

statusstringOptional
Filter to a single run status.
limitintegerOptional

Page size (clamped to the server maximum).

cursorstringOptional

Opaque cursor from a previous page’s nextCursor.

Response

A page of action 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
403
Forbidden Error
404
Not Found Error