Actions
Get Board Lists
Get the Lists on a Board.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Board ID | The ID of the board. You can find it in the board’s URL address. For example the board “tests” in the address https://trello.com/b/i4Z7fDb8/tests has the ID i4Z7fDb8. |
| Card Fields | all or a comma-separated list of card fields. |
| Cards | Filter to apply to Cards. |
| Filter | Filter to apply to Lists. |
[
{
"id": "<string>",
"name": "<string>",
"closed": false,
"color": null,
"idBoard": "<string>",
"pos": 12534,
"subscribed": false,
"softLimit": null,
"type": null,
"datasource": {
"filter": false
}
},
{
"id": "<string>",
"name": "<string>",
"closed": false,
"color": null,
"idBoard": "<string>",
"pos": 40426,
"subscribed": false,
"softLimit": null,
"type": null,
"datasource": {
"filter": false
}
}
]
Was this page helpful?