---
title: "Retrieve check status details"
method: GET
path: "/v1/check-statuses/{checkId}"
tags: ["Check status"]
---

# Retrieve check status details

`GET /v1/check-statuses/{checkId}`

Show the current status information for a specific check.

## Path parameters

- `checkId` string, required

## Headers

- `x-checkly-account` string — Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

## Response `200`

Successful

- CheckStatus, nullable
  - `name` string, required — The name of the check.
  - `checkId` string — The ID of check this status belongs to.
  - `hasFailures` boolean — Describes if this check is currently failing. If any of the assertions for an API checkfail this value is true. If a browser check fails for whatever reason, this is true.
  - `hasErrors` boolean — Describes if due to some error outside of normal operation this check is failing. This should be extremely rare and only when there is an error in the Checkly backend.
  - `isDegraded` boolean — A check is degraded if it is over the degradation limit set by the "degradedResponseTime" field on the check. Applies only to API checks.
  - `longestRun` number, nullable — The longest ever recorded response time for this check.
  - `shortestRun` number, nullable — The shortest ever recorded response time for this check.
  - `lastRunLocation` string, nullable — What location this check was last run at.
  - `lastCheckRunId` string, nullable — The unique incrementing ID for each check run.
  - `sslDaysRemaining` number, nullable — How many days remain till the current SSL certificate expires.
  - `created_at` string, date
  - `updated_at` string, date-time, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/checklyhq/apis/checkly-public-api.md) · [All operations](https://skmtc.net/checklyhq/apis/checkly-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/checklyhq/checkly-public-api/revisions/87d29dc7b4fe/schema)
