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

# GET /api/analytics/volume

`GET /api/analytics/volume`

Get the analytics volume 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 volume of delivery attempts

- object
  - `results` object[], required
    - `time` string, required — A date string in ISO 8601 format
    - `attempts` string, required — A bigint string
    - `successes` string, required — A bigint string
    - `failures` string, required — A bigint string
    - `http4xx` string, required — A bigint string
    - `http5xx` string, required — A bigint string
    - `transport` string, required — A bigint string
  - `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)
