コンテンツにスキップ

Return VC Worker liveness probe status.

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

Reports whether the VC Worker process is live. This probe is public and is intended for platform health checks.

Health probe response.

Media type application/json
object
status
string
service
string
version
string
timestamp
string format: date-time
checks
object
key
additional properties
object
Example
{
"status": "ok",
"service": "ar-vc",
"version": "0.1.0",
"timestamp": "2026-02-03T04:05:06.000Z"
}

Error response.

Media type application/json
object
error
required
string
error_description
required
string
Example
{
"error": "invalid_request",
"error_description": "The request is invalid."
}

Error response.

Media type application/json
object
error
required
string
error_description
required
string
Example
{
"error": "invalid_request",
"error_description": "The request is invalid."
}