> ## Documentation Index
> Fetch the complete documentation index at: https://unevenlabs-docs-drift-src-3128427f9f-19a2abd.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Integrator Usage

> Returns aggregated request counts grouped by API key, endpoint, status code, and error code

Programmatic counterpart to the Dashboard's request history — returns the same aggregated counts you see under **Requests**, broken down by endpoint, HTTP status, and (for `400` responses) the machine-readable `errorCode`.

The `granularity` query parameter controls the time bucket and the default window: `minutely` (last 24h), `hourly` (last 7d), or `daily` (last 14d). Data older than 14 days is not retained.

<Tip>Use `granularity=minutely` to build a near-real-time uptime view; use `granularity=daily` for longer-range trend analysis. The `errorCode` field on `400` rows lets you distinguish validation errors (e.g. `AMOUNT_TOO_LOW`, `UNSUPPORTED_CHAIN`) from other client errors when calculating a meaningful success rate.</Tip>
