Zendesk Talk API - Total Zendesk Call Count | Community
Skip to main content

Zendesk Talk API - Total Zendesk Call Count

  • June 28, 2022
  • 4 replies
  • 0 views

Christopher28

Is there any way to utilize the Talk API to extract a total Zendesk call count (from the beginning of time - not just today) without having to total up the page counts associated with a call to incremental exports?  There is an option to obtain this for tickets; not seeing anything for calls.

4 replies

Greg29
  • June 28, 2022

Hi Christopher! I'm guessing you're referencing the Count Tickets endpoint, which returns most tickets, not all tickets. It won't return archived tickets, along with the volume-based limitations noted in that article. I'm mostly mentioning that to make sure that you don't use that without the full context!

Regarding the total count for calls, I don't see any way to accomplish this with the API. You can almost definitely accomplish this with Explore with the default Talk dashboard or you could create a custom report. I have admittedly limited experience with the second part of that, but something like this should be pretty straightforward with our available Talk metrics.

Let us know if you have any other questions!


Christopher28

Thanks for the response Greg! You are correct; we are using the search --> count tickets endpoint which excludes deleted/archived tickets (which is ok). Will definitely review the volume limit to see if we'll run into any problems from that.

We use a centralized reporting / BI platform so Explore isn't a preferred option for us. Either way, like I mentioned in my original post, I believe we can page through the Talk API incremental export and total the responses per page counts; just seems like a roundabout way to get a call count.

Thank you!


Greg29
  • June 29, 2022
Yeah, I mean, the metric for count is there on the export, it would be nice if we could aggregate that in a nice way without having to paginate through everything. I'll send it through on our side as a feature request, with absolutely no idea if it's even remotely feasible/how difficult it would be to implement. Can't hurt to ask! If there's any news for future work, I'll let you know!

Christopher28

Awesome.  Thanks Greg!