---
title: "Usage History"
method: GET
path: "/dashboard/usage"
tags: ["Dashboard"]
---

# Usage History

`GET /dashboard/usage`

Paginated list of API calls with endpoint, options, response time, status code, and error details.

## Query parameters

- `limit` integer
- `offset` integer
- `apiKeyId` string

## Response `200`

Usage records

- object
  - `records` object[]
  - `pagination` object
    - `limit` integer
    - `offset` integer
    - `hasMore` boolean

---

[API](https://skmtc.net/snapapi/apis/snapapi-screenshot-web-data-api.md) · [All operations](https://skmtc.net/snapapi/apis/snapapi-screenshot-web-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snapapi/snapapi-screenshot-web-data-api/versions/b12ff2791613/schema)
