---
title: "View Volume and Price Analytics for a specific country and Network"
method: GET
path: "/reports/my/volPrice/perMccMnc"
---

# View Volume and Price Analytics for a specific country and Network

`GET /reports/my/volPrice/perMccMnc`

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

## Query parameters

- `startDate` string, required
- `endDate` string, required
- `mcc` string, required
- `mnc` string, required

## Headers

- `Authorization` string

## 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

## 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)
