Reports PDF endpoint gives "502 Bad Gateway - NGINX" error since Dec 18. Is the endpoint broken?

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?

Thanks in advance!

1 Like

can confirm the same for the non-pdf endpoint too

1 Like

Hello! Can you share if you are utilizing the calls as part of the email address you used to sign up for the community?

Yes I do! Same Email address.

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:

❯ curl -X POST \
      https://api.track.toggl.com/reports/api/v3/workspace/{$workspace_id}/projects/summary \
      -H "Content-Type: application/json" \
      -u "{$email}:{$password}

as listed here: Summary reports | Toggl Engineering