Endpoints

Endpoint stats

Operational snapshot: stored-request count, last traffic, retention window, and the delivery backlog (queued and dead-lettered jobs). Built for CI checks and monitoring probes.

GET
/api/v1/endpoints/{endpointId}/stats
AuthorizationBearer <token>

API key in the Authorization header: Authorization: Bearer wv_live_…. Keys are created on the API keys page in the app, shown once, and scoped to your workspace. X-Api-Key: wv_live_… is accepted as a fallback for tools that can't set Authorization.

In: header

Path Parameters

endpointId*string

The endpoint id (also the capture token in its URL).

Formatuuid

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

{
  "endpointId": "c8d2c7e1-e4b1-4108-9e29-3429a36a1ef3",
  "storedRequestCount": 0,
  "lastRequestAt": "2019-08-24T14:15:22Z",
  "createdAt": "2019-08-24T14:15:22Z",
  "expiresAt": "2019-08-24T14:15:22Z",
  "isActive": true,
  "retentionDays": 0,
  "forwardingEnabled": true,
  "pendingJobs": 0,
  "deadLetteredJobs": 0
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "code": "string",
  "traceId": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "code": "string",
  "traceId": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "code": "string",
  "traceId": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "code": "string",
  "traceId": "string"
}

On this page