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

# List Bookings

> List TidyCal bookings with optional date filters.

**List Bookings** retrieves bookings from a TidyCal account, optionally limited
to a time window.

## Inputs

| Input                   | Type            | Required | Description                                      |
| ----------------------- | --------------- | -------- | ------------------------------------------------ |
| **Third-party account** | TidyCal account | Yes      | The account to inspect.                          |
| **Starts After**        | Date            | No       | Include bookings starting on or after this time. |
| **Ends Before**         | Date            | No       | Include bookings ending before this time.        |

## Output

**Bookings** is a list. Each item includes booking ID and type, start and end
times, timezone, meeting URL, contact details, creation and cancellation
timestamps, and a list of custom question/answer pairs.

<Tip>
  Leave both dates empty to retrieve the account's available booking history, or
  set a narrow range before processing every booking downstream.
</Tip>
