Skip to main content
GET
Health check

Authorizations

Authorization
string
header
required

API key authentication. Include your API key as a Bearer token.

Example: Bearer sk_prod_xxxxxx

Get your API key from the Stell Dashboard.

Response

200 response

status
enum<string>
required

Health status of the service

Available options:
healthy,
unhealthy
timestamp
string<date-time>
required

Current server timestamp in ISO 8601 format

environment
string

Current deployment environment (present when healthy)

service
string

Name of the service (present when healthy)

region
string

AWS region where the service is running (present when healthy)

error
string

Error message describing the health check failure (present when unhealthy)

version
string

API version (present when healthy)