---
title: "Get report usage"
method: GET
path: "/api/v1/analytics/reportUsage"
tags: ["Report Usage"]
---

# Get report usage

`GET /api/v1/analytics/reportUsage`

Get report usage which shows the history of chargeable requests made within the given timeframe

## Query parameters

- `filter` object
  - `start` string, date — Start date of the usage records
  - `end` string, date — End date of the usage records

## Response `200`

Shows all records of chargeable requests made within the given timeframe

- object
  - `data` object[], nullable, required
    - `id` number, required — Unique identifier of the record
    - `endpoint` string, required — Endpoint of the request
    - `timestamp` string, date-time, required — Timestamp of the request
    - `identifier` string, required — Identifier of the item, which is the report name or 'Custom Query' for queries
    - `query` string, required — SQL query that was executed

## Other responses

- `401` — Unable to authenticate the client
- `403` — Unable to authorize the client
- `415` — Resource representation send in the request is not supported.

---

[API](https://skmtc.net/xentral/apis/xentral-api.md) · [All operations](https://skmtc.net/xentral/apis/xentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xentral/xentral-api/revisions/8a27ba392442/schema)
