コンテンツにスキップ

Return management Worker health.

GET
/api/health
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/api/health

Return a lightweight health response for the management Worker process.

Management Worker health response.

Media type application/json
object
status
required
string
Allowed values: ok
service
required
string
Allowed values: ar-management
timestamp
required
string format: date-time
key
additional properties
Example
{
"status": "ok",
"service": "ar-management",
"timestamp": "2026-06-19T00:00:00.000Z"
}