api/v2/search.json can't search for multiple ticket statuses | The place for Zendesk users to come together and share
Skip to main content
Question

api/v2/search.json can't search for multiple ticket statuses

  • March 18, 2025
  • 1 reply
  • 1 view

https://{sudomain}.zendesk.com/api/v2/search.json  can't use query=type:ticket requester:xxx@xxx.com status:open,solved to search for multiple ticket statuses.
Hope to add the function of searching multiple states, similar to /api/v2/requests.json, which can use status=open,close,pending to search for multiple ticket states

1 reply

  • Employee
  • March 20, 2025
Hello!
 
To search for multiple ticket statuses you can use this format: query=type:ticket requester:xxx@xxx.com status:open|status:solved