Get the Lists on a Board.

Parameters

ParameterDescription
Board IDThe 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 Fieldsall or a comma-separated list of card fields.
CardsFilter to apply to Cards.
FilterFilter to apply to Lists.

Example Output

[
	{
		"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
		}
	}
]

Workflow Library Example

Get Board Lists with Trello and Send Results Via Email

Preview this Workflow on desktop