The caller's work queue
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer authentication of the form Bearer <token>, where token is your auth token.
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.