> ## Documentation Index
> Fetch the complete documentation index at: https://docs.heyaskr.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Usage history

> GET /queries/history

Return an itemised list of past requests and their cost.

```
GET https://api.heyaskr.ai/queries/history
```

## Query parameters

<ParamField query="page" type="integer" default="1">Page number.</ParamField>
<ParamField query="page_count" type="integer" default="20">Items per page.</ParamField>

## Response

<ResponseField name="data" type="array">
  Entries with `timestamp`, `model`, token usage, and `price_in_usd`.
</ResponseField>
