List tickets

List an agent’s conversation triage tickets, ordered by most recently created first. These are tickets about the agent’s own performance on a conversation (for triage with Architect), not tickets an agent opens for end users.

Path parameters

agent_idstringRequired

Headers

xi-api-keystringOptional

Query parameters

page_sizeintegerOptional1-100Defaults to 100
How many agent conversation tickets to return. Can not exceed 100.
conversation_idstringOptional
Filter tickets by conversation id.
statusenumOptional
Filter tickets by status.
Allowed values:
sourcesenumOptional

Filter tickets by how they were raised (qa, agent, manual). Repeat the parameter to filter by multiple sources.

Allowed values:
owner_user_idstringOptional

Filter tickets by creator. Use ‘agent’ for agent-raised tickets.

assignee_user_idstringOptional
Filter tickets by assignee. Use 'unassigned' for tickets with no assignee.
issue_typeenumOptional
Filter clusters by issue type.
Allowed values:
labelstringOptional
Filter tickets by an exact label.
cursorstringOptional
Used for fetching next page. Cursor is returned in the response.

Response

Successful Response
agent_conversation_ticketslist of objects
has_moreboolean
next_cursorstringOptional

Errors

422
List Agent Conversation Tickets Route Request Unprocessable Entity Error