---
title: "All API Keys Usage Statistics"
method: GET
path: "/api/v1/reports/usage/all"
tags: ["Reports"]
---

# All API Keys Usage Statistics

`GET /api/v1/reports/usage/all`

Get aggregated usage statistics across all API keys for the account

## Query parameters

- `start_date` string, date
- `end_date` string, date

## Response `200`

Aggregated usage statistics

- object
  - `success` boolean
  - `data` object
    - `total_lookups` integer
    - `total_cost` number
    - `by_api_key` object[]
      - `key_name` string
      - `lookups` integer
      - `cost` number

## Other responses

- `429` — Too Many Requests — rate limit exceeded.

---

[API](https://skmtc.dev/verirouteintel/apis/veriroute-intel-api.md) · [All operations](https://skmtc.dev/verirouteintel/apis/veriroute-intel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/verirouteintel/veriroute-intel-api/revisions/0bd583e1906e/schema)
