---
title: "View Volume and Price Analytics for a range of Lookup Records"
method: GET
path: "/reports/my/lookup/volPrice"
---

# View Volume and Price Analytics for a range of Lookup Records

`GET /reports/my/lookup/volPrice`

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

## Query parameters

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

## Headers

- `Authorization` string

## Response `200`

200

- object
  - `totals` object
    - `timeGrouping` string
    - `totalCount` string
    - `totalPrice` string
    - `totalQueued` string
    - `totalActive` string
    - `totalFailed` string
    - `totalUnknown` string
    - `totalAbsent` string
  - `details` object[]
    - `startDateTime` string
    - `price` string
    - `count` string
    - `activeCount` string
    - `failedCount ` string
    - `queuedCount ` string
    - `absentCount ` string
    - `unknownCount ` 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)
