Get a card by its ID.

Parameters

ParameterDescription
ActionsSee the .
Attachment Fieldsall or a comma-separated list of attachment .
Attachmentstrue, false, or cover.
Card IDThe ID of the card.
The ID can be retrieved from the card’s URL.
For example, the card with ID IYqd8yXu can be inferred from the URL https://trello.com/c/IYqd8yXu/`number in list-card name`.
Fieldsall or a comma-separated list of .
Defaults: `badges, checkItemStates, closed, dateLastActivity, desc, descData,
due, start, email, idBoard, idChecklists, idLabels, idList, idMembers, idShort,
idAttachmentCover, manualCoverAttachment, labels, name, pos, shortUrl, url.

Example Output

{
	"id": "<string>",
	"badges": {
		"fogbugz": "<string>",
		"checkItems": 0,
		"checkItemsChecked": 1,
		"checkItemsEarliestDue": null,
		"comments": 0,
		"attachments": 2,
		"description": true,
		"due": "2002-10-23T19:03:57.385Z",
		"dueComplete": false,
		"start": "2017-07-18T02:07:44.109Z",
		"ai": false,
		"lastUpdatedByAi": false,
		"attachmentsByType": {
			"trello": {
				"board": 2,
				"card": 2
			}
		},
		"externalSource": null,
		"location": false,
		"votes": 2,
		"maliciousAttachments": 1,
		"viewingMemberVoted": false,
		"subscribed": false
	},
	"checkItemStates": [],
	"closed": false,
	"dueComplete": false,
	"dateLastActivity": "2007-07-05T20:24:10.228Z",
	"desc": "<string>",
	"descData": {
		"emoji": {}
	},
	"due": "2021-11-23T22:19:26.439Z",
	"dueReminder": null,
	"email": null,
	"idBoard": "<string>",
	"idChecklists": [
		"<string>"
	],
	"idList": "<string>",
	"idMembers": [],
	"idMembersVoted": [],
	"idShort": 11,
	"idAttachmentCover": null,
	"labels": [],
	"idLabels": [],
	"manualCoverAttachment": false,
	"name": "<string>",
	"nodeId": "<string>",
	"pinned": false,
	"pos": 1811,
	"shortLink": "<string>",
	"shortUrl": "<string>",
	"start": "2012-01-06T06:17:49.898Z",
	"subscribed": false,
	"url": "<string>",
	"cover": {
		"idAttachment": null,
		"color": null,
		"idUploadedBackground": null,
		"size": "<string>",
		"brightness": "<string>",
		"idPlugin": null
	},
	"isTemplate": false,
	"cardRole": null,
	"mirrorSourceId": null
}

Workflow Library Example

Get Card by Id with Trello and Send Results Via Email

Preview this Workflow on desktop