---
title: "Fetch a list of uptime checks. Currently in closed beta. Get in contact to get access to this endpoint."
method: GET
path: "/v3/uptimechecks"
tags: ["UptimeChecks"]
---

# Fetch a list of uptime checks. Currently in closed beta. Get in contact to get access to this endpoint.

`GET /v3/uptimechecks`

Required permission: `uptimechecks_read`

## Response `200`

Request for uptime checks successful.

- UptimeCheck[]
  - `id` string — ID of the uptime check.
  - `name` string — Name of the uptime check.
  - `url` string — Url of the uptime check.
  - `status` string — Current status of the uptime check.

## Other responses

- `401` — API key not valid or no access to resource.
- `402` — Tried to call the uptime checks API but the trial expired.
- `429` — A maximum of 500 requests per minute and 3600 requests per hour are permitted

---

[API](https://skmtc.net/elmah/apis/elmah-io-api.md) · [All operations](https://skmtc.net/elmah/apis/elmah-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elmah/elmah-io-api/versions/8e9c6e56e4fa/schema)
