Skip to main content
list_tickets supports the same filter concepts as the Sagepilot support inbox ticket list.
ParameterDescription
date_rangetoday, yesterday, last_7_days, last_30_days, `startend`, or an ISO start timestamp.
date_filter_fieldcreated_at, last_message_created_at, chat_escalated_at, closed_at, or updated_at.
statusTicket status. Use all or omit to avoid status filtering.
priorityComma-separated priorities.
assignee_typeComma-separated assignee types, such as agent or pilot.
assigneeComma-separated assignee IDs, or current where supported by the API.
agent_idAgent ID filter. The MCP tool maps this into assignee + assignee_type=agent.
pilot_idAI agent ID filter. The MCP tool maps this into assignee + assignee_type=pilot.
channel_kindComma-separated channel kinds, such as email,whatsapp.
channelComma-separated channel IDs.
unread_statusComma-separated booleans, such as true or false.
viewBuilt-in/custom view code.
tagsComma-separated tag IDs.
queue_statusComma-separated queue statuses.
teamComma-separated team IDs.
no_assigneeUse true to return unassigned tickets.
inferred_csat_scoreComma-separated inferred CSAT scores.
user_csat_scoreComma-separated user CSAT scores.
custom_fieldsObject mapping custom field IDs to filter values.
sort_by_fieldcreated_at, last_message_created_at, chat_escalated_at, closed_at, or updated_at.
sort_orderasc or desc.
page_size1 to 100.
cursorCursor returned by the previous page.