Skip to main content
The ticket search API lets you find, filter, and analyze support tickets using flexible Typesense-powered queries. You can search by text, filter by any ticket property, and select exactly which fields you want in the response.

Example use cases

  • Get recent tickets assigned to me that are open
  • Get all tickets from customer A that are high priority in the last 30 days
  • Find tickets with the word ‘refund’ that are unresolved
  • List all escalated tickets for a specific team
  • Get tickets created by a specific requestor in the last week

Ticket search response fields

Below are all the fields you may see in a ticket search result. Many are optional and will only appear if included in your include_fields parameter.
For a full list, see the TicketSearchResponseDto in the API reference.

Tip: Use the include_fields parameter to limit the response to only the fields you need for performance and clarity.