---
title: "Get version history for a version of a grant"
method: GET
path: "/api/versionHistory"
---

# Get version history for a version of a grant

`GET /api/versionHistory`

Returns the history of changes for a specific version of a grant.

## Query parameters

- `grant` string, required
- `version` string
- `major` integer
- `minor` integer
- `patch` integer

## Headers

- `x-cdp-request-id` string

## Response `200`

Successfully retrieved version history.

- object[]

## Other responses

- `400` — Bad Request - Validation error.
- `401` — Unauthorized - Invalid or missing authentication credentials.
- `404` — Not Found - Grant or version not found.

---

[API](https://skmtc.net/defra/apis/grants-config-broker-api.md) · [All operations](https://skmtc.net/defra/apis/grants-config-broker-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/defra/grants-config-broker-api/versions/8af3c6dc00fe/schema)
