---
title: "View Volume and Price Analytics for a range of Messages"
method: GET
path: "/reports/my/volPrice?{startDate}&{endDate}"
---

# View Volume and Price Analytics for a range of Messages

`GET /reports/my/volPrice?{startDate}&{endDate}`

Returns analytics for a range of messages specified by a time frame associated with the owner account.

## Path parameters

- `startDate` string, date, required
- `endDate` string, date, required

## Headers

- `Authorization` string, required

## Response `200`

200

- object[]
  - `startDateTime` string
  - `timeGrouping` string
  - `deliveredCount` integer
  - `undeliveredCount` integer
  - `failedCount` integer
  - `queuedCount` integer
  - `sentCount` integer
  - `unsentCount` integer
  - `count` integer
  - `price` number
  - `country` string
  - `operator` string
  - `mcc` string
  - `mnc` string
  - `smsCampaignId` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/versions/5cef04e8f7d8/schema)
