> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Card

> Get a Trello card by ID, short link, or URL.

**Get Card** retrieves one Trello card using any common Trello card reference.

## Inputs

| Input                   | Type           | Required | Description                                  |
| ----------------------- | -------------- | -------- | -------------------------------------------- |
| **Third-party account** | Trello account | Yes      | An account with access to the card.          |
| **Card ID or URL**      | String         | Yes      | A card ID, short link, or complete card URL. |

## Outputs

| Output      | Type   | Description                                |
| ----------- | ------ | ------------------------------------------ |
| **Card**    | Object | The card and its normalized fields.        |
| **Card ID** | String | Trello's identifier for the returned card. |

The card object exposes **ID**, **Name**, **Description**, **Closed**, **Board
ID**, **List ID**, **URL**, **Short URL**, **Position**, **Due**, **Start**,
**Due Complete**, **Member IDs**, **Label IDs**, and **Last Activity At**.
