---
title: "Change logs: Record"
method: GET
path: "/change_logs/log/{id}"
---

# Change logs: Record

`GET /change_logs/log/{id}`

Returns a specific log by its UUID.

## Path parameters

- `id` string, required

## Headers

- `Accept` 'application/json', required

## Response `200`

- ChangeLog
  - `body` string
  - `date` string
  - `details` string
  - `display_banner` boolean
  - `heading` string
  - `high_priority` boolean
  - `id` string
  - `metrics` object[]
    - `metric` string, required
    - `metric_name` string, required
  - `page` object
    - `title` string
    - `uri` string
  - `type` string

## Other responses

- `400` — Bad request. Reason provided in response body where possible.
- `404` — Not found.
- `429` — Too many requests - request has been throttled.
- `500` — Server error

---

[API](https://skmtc.net/uk-health-security-agency/apis/generic-api.md) · [All operations](https://skmtc.net/uk-health-security-agency/apis/generic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uk-health-security-agency/generic-api/versions/ac434e5ddc2c/schema)
