---
title: "Return available open slots for any provider that can be used to create consults and schedule appointments on these slots."
method: GET
path: "/v0/schedule"
tags: ["v0"]
---

# Return available open slots for any provider that can be used to create consults and schedule appointments on these slots.

`GET /v0/schedule`

Returns schedule availability of providers based on given parameters

## Query parameters

- `start` string, date-time, required
- `end` string, date-time, required
- `questionnaire` string, required
- `state` string, required
- `duration` integer

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/truepill/apis/truepill-api-documentation.md) · [All operations](https://skmtc.dev/truepill/apis/truepill-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/truepill/truepill-api-documentation/revisions/d9aaa355c1e0/schema)
