List action-run items

View as Markdown

Returns a keyset-paginated page of the run’s items in input order.

Authentication

AuthorizationBearer

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

Path parameters

projectIdstringRequired
runIdstringRequired

Query parameters

statusstringOptional
Filter to a single item status.
afterstringOptional

Keyset cursor — the last item id from a previous page.

limitintegerOptional

Page size (clamped to the server maximum).

Response

A page of action-run items.

itemslist of maps from strings to any
nextAfterstring or null
Keyset cursor for the next page, or null.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error