---
title: "Get Meeting Availability"
method: GET
path: "/api/v1/scheduling/availability"
tags: ["scheduling"]
---

# Get Meeting Availability

`GET /api/v1/scheduling/availability`

## Query parameters

- `call_id` string, required — Call ID from context (auto-injected by Ultravox)
- `timezone` string, nullable
- `preferred_date` string, nullable — Customer's preferred day (ISO date, day name, today, or tomorrow)

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/a57f684e7966/schema)
