---
title: "Check API status"
method: GET
path: "/status"
tags: ["Status"]
---

# Check API status

`GET /status`

Confirm the API is reachable and learn which AWS region served the request. Requires no authentication, so it is safe to use as a connectivity check before supplying keys.

## Response `200`

The API is reachable.

- StatusResponse
  - `message` string
  - `region` string — The AWS region that served the request.

## Other responses

- `500` — Something went wrong on the Cosmic side.

---

[API](https://skmtc.dev/cosmicjs/apis/cosmic-rest-api-v3.md) · [All operations](https://skmtc.dev/cosmicjs/apis/cosmic-rest-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cosmicjs/cosmic-rest-api-v3/revisions/e0aa2a0913b3/schema)
