---
title: "Get History"
method: GET
path: "/appointments/v1/{id}/history"
tags: ["v1"]
---

# Get History

`GET /appointments/v1/{id}/history`

Gets an appointment along with it's full history.  The return list is ordered by version ascending.

## Path parameters

- `id` CommonAppointmentId, required — unresolved $ref

## Headers

- `Authorization` string, required

## Response `200`

Response with status 200

- V1Appointment[] — unresolved $ref

## Other responses

- `404` — Error response with status 404

---

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