List action-run items
List action-run items
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
projectId
runId
Query parameters
status
Filter to a single item status.
after
Keyset cursor — the last item id from a previous page.
limit
Page size (clamped to the server maximum).
Response
A page of action-run items.
items
nextAfter
Keyset cursor for the next page, or null.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error