List action runs
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
projectId
Query parameters
status
Filter to a single run status.
limit
Page size (clamped to the server maximum).
cursor
Opaque cursor from a previous page’s nextCursor.
Response
A page of action runs.
runs
nextCursor
Opaque cursor for the next page, or null.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error