Get Queue Status
Get the processing queue status for a Workspace, optionally scoped to an observer, sender, and/or session.
Only tracks user-facing task types (representation, summary, dream). Internal infrastructure tasks (reconciler, webhook, deletion) are excluded. Note: completed counts reflect items since the last periodic queue cleanup, not lifetime totals.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Optional observer ID to filter by
Optional sender ID to filter by
Optional session ID to filter by
Response
Successful Response
Aggregated processing queue status.
Tracks user-facing task types only: representation, summary, and dream. Internal infrastructure tasks (reconciler, webhook, deletion) are excluded.
Note: completed_work_units reflects items since the last periodic queue cleanup, not lifetime totals.
Total work units
Completed work units (since last periodic cleanup)
Work units currently being processed
Work units waiting to be processed
Per-session status when not filtered by session