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

# Get History

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

Gets a coverage's history. Full history is returned if no filters are 
defined. The return list is ordered by version, defaulting to ascending.

## Path parameters

- `id` CommonCoverageId, required — unresolved $ref

## Query parameters

- `start` string, date
- `end` string, date
- `non_auto_updated_coverages_only` boolean
- `sort_direction` CommonSortDirection — unresolved $ref
- `limit` integer

## Headers

- `Authorization` string, required

## Response `200`

Response with status 200

- V1Coverage[] — unresolved $ref

## Other responses

- `400` — Error response with status 400
- `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)
