Skip to main content
GET
Health check
curl --request GET \
  --url http://localhost:8787/ \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "version": "<string>"
}

Authorizations

Authorization
string
header
required

Optional bearer token enforced when the Worker is configured with an API token.

Response

API is reachable

status
string
required
version
string
required