api/v2/search.json can't search for multiple ticket statuses | Community
Skip to main content

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

  • March 18, 2025
  • 1 reply
  • 0 views

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

  • 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