Hi, I’ve been making nightly calls to the “https://api.track.toggl.com/reports/api/v3/workspace/{WORKSPACE_ID}/search/time_entries.pdf” endpoint for years (passing a start and end date), but as of December 18th these stopped working and consistently give a ““502 Bad Gateway - NGINX”” error.. Even the simple CURL examples from the API documentation are no longer working.
I’ve checked authentication etc and all seems OK, nothing has changed from the previous calls that have always worked. Is something broken on the server side?
I’m also experiencing a similar issue, but to a different endpoint: https://api.track.toggl.com/reports/api/v3/workspace/{$workspace_id}/projects/summary This has been happening to me for over a week, since at least 12/19/25.
I use a JS script that hits this endpoint occasionally (~3-4x/week) for a while w/o issue, but it started returning a 502 Bad Gateway response a couple of weeks ago, on 12/19. (Sorry, I don’t recall when it was last working, but it was probably earlier that week.) Same as reported above, I can’t even get the examples in the API docs to work: