> ## 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 Record

> Retrieve one Airtable record's fields by record ID.

The **Get Record** action loads one record from an Airtable table.

## Inputs

| Input                   | Type             | Required | Description                                 |
| ----------------------- | ---------------- | -------- | ------------------------------------------- |
| **Third-party account** | Airtable account | Yes      | Account with record-read access.            |
| **Base ID**             | String           | Yes      | Airtable base ID.                           |
| **Table Name or ID**    | String           | Yes      | Table name or Airtable table ID.            |
| **Record ID**           | String           | Yes      | Airtable record ID, usually starting `rec`. |

## Outputs

| Output     | Type   | Description                                        |
| ---------- | ------ | -------------------------------------------------- |
| **Record** | Object | Record fields keyed by their Airtable field names. |

<Note>
  The output contains the fields object, not the Record ID or creation time.
  Keep the input ID if later steps need it.
</Note>
