List workspace tickets

List conversation triage tickets across every agent in the workspace, ordered by most recently created first. Use this to build a workspace-wide view (for example, tickets assigned to the caller); for a single agent’s tickets, use the per-agent endpoint instead. Tickets for agents the caller cannot access are omitted.

Headers

xi-api-keystringOptional

Query parameters

page_sizeintegerOptional1-100Defaults to 100
How many agent conversation tickets to return. Can not exceed 100.
statusenum or nullOptional
Filter tickets by status.
Allowed values:
assignee_user_idstring or nullOptional
Filter tickets by assignee. Use 'unassigned' for tickets with no assignee.
cursorstring or nullOptional
Used for fetching next page. Cursor is returned in the response.

Response

Successful Response
agent_conversation_ticketslist of objects
has_moreboolean
next_cursorstring or nullOptional

Errors

422
Unprocessable Entity Error