v4
latestOpenAPI 3.1.02026-07-3196251302.5 KBliveness
Service Health Check
This endpoint provides a simple health check to verify that the Steamsets API is operational and ready to serve requests.
<Info> This endpoint is commonly used by load balancers, monitoring systems, and container orchestrators to check service availability. </Info> <Tip> Use this endpoint for automated health monitoring - it has minimal overhead and responds quickly. </Tip>Use Cases
- Load Balancer Health Checks: Configure your load balancer to ping this endpoint
- Monitoring Systems: Set up alerts when this endpoint becomes unavailable
- Container Health Checks: Use in Docker/Kubernetes health check configurations
- API Status Verification: Quick way to verify the service is responding
Response Format
The endpoint returns a simple JSON object with a status message confirming the service is alive and operational.
get/v1/liveness
Response
OK
Example response
{
"$schema": "https://api.steamsets.com/schemas/V1LivenessResponseBody.json",
"message": "OK"
}