---
title: "Changes to Retrieve a check"
method: GET
path: "/v1/checks/{id}"
---

# Changes to Retrieve a check

`GET /v1/checks/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 1 of 4 revisions.

- **2026-08-12** `87d29dc7b4fe` — 5 breaking, 3 warning, 14 info

## Changes

- **2026-08-12** `87d29dc7b4fe` — 5 breaking, 3 warning, 14 info
  - for the `path` request parameter `id`, the minLength was increased from `0` to `1`
  - for the `header` request parameter `x-checkly-account`, the type/format was changed from `string`/`` to `string`/`uuid`
  - for the `path` request parameter `id`, the type/format was changed from `string`/`` to `string`/`uuid`
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `checkType` from the response with the `200` status
  - removed the optional property `attributes` from the response with the `401` status
  - removed the optional property `attributes` from the response with the `429` status
  - removed the optional property `id` from the response with the `200` status
  - added `#/components/schemas/ChecksV1HeartbeatCheck, #/components/schemas/ChecksV1PlaywrightCheck, #/components/schemas/ChecksV1IcmpMonitor, #/components/schemas/ChecksV1TracerouteMonitor, #/components/schemas/ChecksV1GrpcMonitor, #/components/schemas/ChecksV1SslMonitor, #/components/schemas/ChecksV1ApiCheck, #/components/schemas/ChecksV1TcpCheck, #/components/schemas/ChecksV1UrlMonitor, #/components/schemas/ChecksV1DnsMonitor, #/components/schemas/ChecksV1BrowserCheck, #/components/schemas/ChecksV1MultiStepCheck, #/components/schemas/ChecksV1GenericCheck` to the response body `anyOf` list for the response status `200`
  - added the non-success response with the status `400`
  - the response property `message` became required for the status `401`
  - the response property `message` became required for the status `403`
  - the response property `message` became required for the status `404`
  - the response property `message` became required for the status `429`
  - removed the `401.00` enum value from the `statusCode` response property for the response status `401`
  - removed the `403.00` enum value from the `statusCode` response property for the response status `403`
  - removed the `404.00` enum value from the `statusCode` response property for the response status `404`
  - removed the `429.00` enum value from the `statusCode` response property for the response status `429`
  - removed the `Forbidden` enum value from the `error` response property for the response status `403`
  - removed the `Not Found` enum value from the `error` response property for the response status `404`
  - removed the `Too Many Requests` enum value from the `error` response property for the response status `429`
  - removed the `Unauthorized` enum value from the `error` response property for the response status `401`

---

[Operation](https://skmtc.dev/checklyhq/apis/checkly-public-api/docs/v1/checks/:id/get.md) · [API](https://skmtc.dev/checklyhq/apis/checkly-public-api.md) · [Page](https://skmtc.dev/checklyhq/apis/checkly-public-api/changes/v1/checks/:id/get)
