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

# Get Availability

`GET /api/v3/scheduling/availability`

## Query parameters

- `host_id` string, required
- `start` string, required — ISO 8601 UTC, inclusive window start
- `end` string, required — ISO 8601 UTC, exclusive window end

## Response `200`

Successful Response

- AvailabilityResponse
  - `host_id` string, required
  - `slots` string[], required

## Other responses

- `422` — Validation Error

---

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