Skip to main content
Use these endpoint-scoped APIs to:
  • list accessible endpoints
  • read JSON metrics
  • inspect recent requests
  • look up a request by x-request-id

What You Need

  • <API_KEY>
  • <ENDPOINT_HOST>

Base URLs

Dedicated endpoint metrics are available through the JSON Metrics API.

List Endpoints

Routes

  • GET /v1/endpoints
  • GET /v1/endpoints/metrics?endpoint=<ENDPOINT_HOST>&range_minutes=<RANGE_MINUTES>
  • GET /v1/endpoints/requests?endpoint=<ENDPOINT_HOST>&limit=<LIMIT>&errors_only=<true|false>
  • GET /v1/endpoints/requests/<REQUEST_ID>?endpoint=<ENDPOINT_HOST>

Current Limits

  • GET /v1/endpoints: 20/minute
  • GET /v1/endpoints/metrics: 20/minute
  • GET /v1/endpoints/requests: 30/minute
  • GET /v1/endpoints/requests/{request_id}: 30/minute

Notes

  • The endpoint query parameter is required on endpoint-scoped routes.
  • A single API key may be authorized for more than one dedicated endpoint.
  • Use x-request-id to look up a single request.