Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How do I find the LIST ID

MFPR System
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!
February 16, 2023

How do I find the LIST ID in trello?

1 answer

1 accepted

2 votes
Answer accepted
Cody C_
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 17, 2023

There are two ways I'd suggest! First, if you're looking for the list ID for a specific card, you can export the JSON for that card and find the list ID in the idList property. For example:

"idList": "{id}",

You can export the JSON for card if you:

  1. Open the card
  2. Click Share at the bottom
  3. Click Export JSON
  4. Search that file for "idList"

If you want list IDs for all the lists in a specific board, I'd suggest the /boards API endpoint. Here's more detail on that:

https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-id-lists-get

You'll find the list ID in the id property in those responses.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events