Return VC Worker readiness probe status.
GET
/health/ready
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/health/readyChecks VC Worker dependencies such as storage bindings before reporting readiness.
Responses
Section titled “ Responses ”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."}