Getting timeout error on using Time-based incremental exports | Community
Skip to main content

Getting timeout error on using Time-based incremental exports

  • April 12, 2024
  • 2 replies
  • 0 views

Anandhakumar

The time-based incremental exporting API was utilized by us to retrieve the ticket list. But while trying to retrieve records at a certain time, one of our customers is getting timeout errors. We have attempted to reduce the per_page count, but it doesn't help. Could you advise us on what to do in this situation?

2 replies

Greg29
  • April 12, 2024
Hi Anandhakumar! In order to help here, I'll need more information about how your customers are using this functionality. Do you have an app in the marketplace? Can you share the code snippets where you are calling this API? Is this user using a proxy? Does this happen to this user on different networks?
 
Any additional information that you can provide will be really helpful!

Anandhakumar

Hi Greg Katechis, Yeah we do have app in marketplace(Workato). We can't share the code snippet as it's confidential. But here is the sample cURL request that you can refer. Also we are not using any proxy.

 

curl --location 'https://*****.zendesk.com/api/v2/incremental/tickets.json?start_time=171115675' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer *******' \
--header 'X-zendesk-marketplace-app-id: ****' \
--header 'X-zendesk-marketplace-name: *******' \
--header 'X-zendesk-marketplace-organization-id: ****'