---
title: "GET /api/analytics/sla-bands"
method: GET
path: "/api/analytics/sla-bands"
tags: ["analytics", "sla-bands"]
---

# GET /api/analytics/sla-bands

`GET /api/analytics/sla-bands`

Get the analytics sla bands of delivery attempts

## Query parameters

- `from` string
- `to` string, nullable
- `bucket` 'hour' | 'day' | 'week' | 'month'
- `appId` string, uuid
- `webhookId` string, uuid

## Response `200`

The analytics sla bands of delivery attempts

- object
  - `results` object[], required
    - `time` string, required — A date string in ISO 8601 format
    - `bands` object, required
      - `5s` number, required
      - `10s` number, required
      - `30s` number, required
      - `60s` number, required
      - `300s` number, required
      - `>300s` number, required
  - `info` object, required
    - `bucket` 'hour' | 'day' | 'week' | 'month', required
    - `from` string, required — A date string in ISO 8601 format
    - `to` string, required — A date string in ISO 8601 format

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.dev/ethcomments/apis/ethereum-comments-protocol-indexer-api.md) · [All operations](https://skmtc.dev/ethcomments/apis/ethereum-comments-protocol-indexer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ethcomments/ethereum-comments-protocol-indexer-api/revisions/fc5aae1cdc03/schema)
