Forums

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

Trello API Internal Server 500 Error

Jacob Barr
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!
May 26, 2026

I have a data pipeline where I pull data from Trello's API every day. I keep getting an internal server error 500 when pulling cards from certain boards. This points towards it being an issue with Trello's API itself. Anyone else experiencing this or know how I can mitigate the risk of it?

I have been experiencing this for a couple of weeks now, before the larger error that happened last week.

Thanks

1 answer

0 votes
Arkadiusz Wroblewski
Community Champion
May 26, 2026

Hello and welcome to the Community @Jacob Barr 

A 500 error usually means Trello is breaking on the backend, but since this is only happening on specific boards, it’s highly likely those boards are just too heavy for your current API call. Trello's database can easily time out if you're trying to pull a massive payload like cards packed with actions, attachments, and custom fields all in one go.

Try stripping your query down to the absolute bare minimum, just pulling basic card IDs and names. If that actually goes through, you'll know the board is just too large for a single massive dump. You'll want to adjust your pipeline to fetch heavy extras like comments or actions in separate, smaller batches.

Test that and we can go from there.

Best

Arkadiusz☀️

 

Suggest an answer

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

Atlassian Community Events