Return management Worker health.
GET
/api/health
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/healthReturn a lightweight health response for the management Worker process.
Responses
Section titled “ Responses ”Management Worker health response.
Media type application/json
object
status
required
string
service
required
string
timestamp
required
string format: date-time
key
additional properties
Example
{ "status": "ok", "service": "ar-management", "timestamp": "2026-06-19T00:00:00.000Z"}