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

> Retrieve complete details for a TidyCal booking.

**Get Booking** fetches one TidyCal booking by its ID.

## Inputs

| Input                   | Type             | Required | Description                         |
| ----------------------- | ---------------- | -------- | ----------------------------------- |
| **Third-party account** | TidyCal account  | Yes      | The account containing the booking. |
| **Booking ID**          | Positive integer | Yes      | The booking to retrieve.            |

## Outputs

The action returns **Booking ID**, **Booking Type**, **Starts At**, **Ends At**,
**Timezone**, **Meeting URL**, **Contact ID**, **Contact Name**, **Contact
Email**, **Created At**, and **Cancelled At**.

**Questions** is a list of `{ question, answer }` objects containing the
custom booking-form responses.

<Note>
  **Cancelled At** and **Meeting URL** can be empty when they do not apply.
</Note>
