---
title: "Get Coverage Snapshot"
method: GET
path: "/patients/v1/{id}/snapshot"
tags: ["v1"]
---

# Get Coverage Snapshot

`GET /patients/v1/{id}/snapshot`

Gets a patient along with their coverages at a specific point in time. Note that the date passed in is only used to determine what the filing order was for that patient during that time. The actual data returned will always be the latest version of the patient and coverages.

## Path parameters

- `id` CommonPatientId, required — unresolved $ref

## Query parameters

- `date` string, date-time

## Headers

- `Authorization` string, required

## Response `200`

Response with status 200

- V1PatientCoverageSnapshot — 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)
