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_id
Headers
xi-api-key
Query parameters
page_size
How many agent conversation tickets to return. Can not exceed 100.
conversation_id
Filter tickets by conversation id.
status
Filter tickets by status.
Allowed values:
sources
Filter tickets by how they were raised (qa, agent, manual). Repeat the parameter to filter by multiple sources.
Allowed values:
owner_user_id
Filter tickets by creator. Use ‘agent’ for agent-raised tickets.
assignee_user_id
Filter tickets by assignee. Use 'unassigned' for tickets with no assignee.
issue_type
Filter clusters by issue type.
Allowed values:
label
Filter tickets by an exact label.
cursor
Used for fetching next page. Cursor is returned in the response.
Response
Successful Response
agent_conversation_tickets
has_more
next_cursor
Errors
422
Unprocessable Entity Error