How to Retrieve All Tickets in a Date Range from Zendesk API | Community
Skip to main content

How to Retrieve All Tickets in a Date Range from Zendesk API

  • February 17, 2025
  • 1 reply
  • 0 views

Miguel16

"I am looking for a way to obtain all tickets within a date range, from [start date] to [end date], but I see that the Zendesk API only handles a maximum of 1000 records per request. I am interested in getting all the ticket information (without events). Any recommendations?"

 

 

1 reply

  • February 24, 2025
Hi Miguel, 
 
I recommend using the Incremental Export API instead. You'll have a max of 1000 results per page but you'll be able to use cursor based pagination to retrieve all the data that you need.