List Items
List inbox items with cursor-based pagination.
Supports sorting by created_at or updated_at. Default sort is by created_at descending.
Authorizations
Path Parameters
Query Parameters
1 <= x <= 200Column name to order by (created_at, updated_at)
created_at, updated_at Sort direction (asc or desc)
asc, desc Case-insensitive search on item title
200Filter items to a single display group Display groups for inbox items.
Groups are derived from approval state and live workflow execution status, so membership cannot be expressed as a pure SQL filter.
review_required, running, error, completed Filter items to a single entity type The type of entity associated with an agent session.
Determines the context and behavior of the session:
- CASE: Chat attached to a Case entity for investigation
- AGENT_PRESET: Live chat testing a preset configuration
- AGENT_PRESET_BUILDER: Builder chat for editing/configuring a preset
- WORKSPACE_CHAT: Workspace-level chat assistant (wire value: copilot)
- WORKFLOW: Workflow-initiated agent run (from action)
- APPROVAL: Inbox approval continuation (hidden from main chat list)
- EXTERNAL_CHANNEL: External channel session (e.g. Slack thread)
case, agent_preset, agent_preset_builder, copilot, workflow, approval, external_channel Only items created at or after this time (ISO 8601)
Only items updated at or after this time (ISO 8601)
Response
Successful Response
Cursor for next page
Cursor for previous page
Whether more items exist
Whether previous items exist
Estimated total count from table statistics