Skip to main content
GET
/
internal
/
v1
/
telemetry
Internal operator telemetry
curl --request GET \
  --url https://api.usezombie.com/internal/v1/telemetry \
  --header 'Authorization: Bearer <token>'
{
  "api_in_flight_requests": 123,
  "api_max_in_flight_requests": 123,
  "queue_depth": 123,
  "queue_age_ms": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.usezombie.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth

Response

Operator telemetry snapshot.

api_in_flight_requests
integer
api_max_in_flight_requests
integer
queue_depth
integer | null
queue_age_ms
integer | null