Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

API Instability and Errors with wrong status-code/no response

Rasmus Wulff Jensen
Community Champion
June 24, 2025

For the last week or so, I’ve seen an increasing number of errors from the Trello REST API. The errors are kind of odd as they are HTTP 202 Accepted status codes, but with blank error messages (HTTP.Response is an empty string), instead of the normal 200 OK Status code

It is very sporadic, with all requests failing for 3-5 minutes and then working again for hours. Nothing has been changed on the consuming end, and no incidents are posted on the Trello Status site

Anyone else using the Trello API is seeing something similar?

5 answers

1 accepted

1 vote
Answer accepted
Lara
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 25, 2025

Hi all, @Rasmus Wulff Jensen @Tanay Patwa @Daniel Fairhead @Gabriel Cullen 

Thanks for your reports.

Our engineering team investigated this and reverted a change made to the API, which should have resolved the issue.

Would you mind performing a request on your side and confirming? Thanks!

Lara

1 vote
Tanay Patwa
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 25, 2025

im having the same issue and its really frustrating as we use these APIs in production for our business.

And the issue is its so random. most times it will work

1 vote
Daniel Fairhead
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 25, 2025

We're also having the same issue.

1 vote
Gabriel Cullen
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 24, 2025

We're getting the exact same problem

1 vote
Vitalii Rybka
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 24, 2025

Hey Rasmus,

That's definitely odd behavior HTTP 202 with empty responses is not normal for the Trello API. A few things come to mind:

First, you're not alone I've seen similar reports pop up in various dev communities over the past week or two. The intermittent nature (failing for 3-5 minutes then working for hours) suggests it's likely on Trello's side rather than your implementation.

Potential causes:

  • Infrastructure changes/updates on Trello's end that aren't being communicated
  • Load balancer issues routing to unhealthy backend instances
  • Rate limiting implementation changes (though 202 would be weird for that)
  • CDN/proxy layer problems

What you can do:

  1. Log everything  capture timestamps, specific endpoints, request patterns when it happens
  2. Retry logic if you don't already have exponential backoff, now's a good time
  3. Monitor pattern see if it correlates with specific times of day or request types
  4. Report it  even though status page is clean, file a support ticket with Trello. Include your logs and mention the HTTP 202 specifically

The fact that the status page isn't showing anything is frustrating but not uncommon - sometimes these infrastructure hiccups don't trigger their monitoring thresholds.

Have you tried hitting different endpoints to see if it's global or specific to certain API routes?

Would love to hear if others are seeing this too. Drop me a line if you want to compare notes on the patterns you're seeing

Rasmus Wulff Jensen
Community Champion
June 24, 2025

Support Ticket already filed (awaiting response)...I Have retry logic and logging in place but retry currently do not treat 202 as a retry scenario so need to adjust that temporarily.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events