Is api able to get including conversations using Filter Tickets?

I am using /api/v2/search/tickets?query=[query] to get tickets, and I need including conversations in this api, is this api able to implement?

Hi @Jeff_Liang, welcome to the community!
I’m afraid that is not possible to include conversations in /api/v2/search/tickets endpoint.
I suggest that you call for each ticket returned the endpoint: List All Conversations of a Ticket, but be careful with the API rate limits.

1 Like