Hi!
I'm currently supporting a customer to export tickets and we are facing an error trying to collect all tickets using the /api/v2/incremental/tickets.json API.
After about 20 seconds we always get 503 status code with the error message: Database timeout error
Tried with Insomnia, Postman and Powershell
Any advice or help would be greatly appreciated.
Some details:
Plan: Team (3 Agents)
Inital API request: https://<company>.zendesk.com/api/v2/incremental/tickets.json?start_time=0
Response: { "error": { "title": "DatabaseError", "message": "Database timeout error" }}
zendesk-ratelimit-incremental-exports: total=10; remaining=9; resets=32
Thank you.