Health check
System
Health check
Returns service status, version, and environment details. Does not require authentication.
GET
Health check
Authorizations
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
Health status of the service
Available options:
healthy, unhealthy Current server timestamp in ISO 8601 format
Current deployment environment (present when healthy)
Name of the service (present when healthy)
AWS region where the service is running (present when healthy)
Error message describing the health check failure (present when unhealthy)
API version (present when healthy)