The caller's work queue

View as Markdown
Everything waiting on the caller across all runs they can see: pending approvals (any space member with access may decide) and ready human tasks assigned to them or unassigned (anyone in the space may complete those; claiming is optional). Grouped by run, newest run first, cursor-paginated via `starting_after` (up to 20 runs per page). Reads best-effort projections — `asOf` (response) and per-run `asOf` mark staleness; a decision made seconds ago may still appear until the projection catches up. `totalCount` is the badge number: all pending items for the caller, across all pages. Authorization: any authenticated member; non-admins see only spaces they hold `space:read` on.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

The work queue, grouped by run.
datalist of objects
totalCountinteger-9007199254740991-9007199254740991
nextCursorstring or null
asOfdatetime