Trello - Get card details action

The Get card details action retrieves information about a card you specify by its ID.

Input

FieldDescription
Card IDSpecify the ID of the card to retrieve.

Output

FieldDescription
IDThe ID of the card.
BadgesAn object that contains the information displayed on the front of the card, such as the Votes, Comments, and Attachments.
ClosedIndicates whether the card is closed (archived). Setting a board to archived doesn't set the cards within the board to archived. A card on an archived board may display as closed: false.
DescThe description on the card, up to 16384 characters.
EmailThe email address used to add cards to the list by email.
Updated atA timestamp indicating when the card was last updated.
ID listThe ID of the list that contains the card.
ID attachment coverThe ID of the card's cover image, if it has one.
ID boardThe ID of the board that contains the card.
ID shortA short ID for the card, unique only within the current board, and subject to change as cards move.
ID membersAn array of member IDs that are associated with the card.
LabelsA list of the labels on the card. Each contains fields such as Color, Uses, and Name.
Manual cover attachmentIndicates whether the card cover image was selected automatically by Trello, or manually by the user.
Short linkAn eight character ID for the card.
Short URLThe URL of the card, shortened by removing the name slug.
SubscribedIndicates whether the connected account is subscribed to the card.
ID labelsAn array containing the IDs of the labels on the card.
URLThe full URL for the card.
Display nameThe name of the card.
DescriptionThe description on the card, up to 16384 characters.
Due dateThe due date on the card, if one exists.
PositionThe position of the card within the list.
Due completeIndicates whether the card's due date has been marked as complete.
ChecklistsA list of the checklists on the card. Each contains fields such as ID, Name, and Check items.
AttachmentsA list of the attachments on the card. Each contains fields such as Name, URL, MIME type, and Bytes.
MembersA list of the members assigned to the card. Each contains fields such as Full name, Username, and Initials.
BoardAn object that contains information about the board that contains the card, such as its Name, URL, Prefs, and Memberships.
ListAn object that contains information about the list that contains the card, such as its ID, Name, and Position.

Last updated: