---
title: "Get Usage"
method: GET
path: "/v1/usage"
tags: ["usage"]
---

# Get Usage

`GET /v1/usage`

## Response `200`

Successful Response

- SingleResponseUsageOut
  - `data` UsageOut, required
    - `key_prefix` string, required
    - `tier` string, required
    - `requests_today` integer
  - `meta` Meta, required
    - `total` integer, nullable
    - `limit` integer, nullable
    - `offset` integer, nullable
    - `next_cursor` string, nullable
    - `request_id` string, required

## Changes

- **2026-02-25** `5bdc8f1d1f3e` — 1 info
  - added the optional property `data/requests_today` to the response with the `200` status

[Change history](https://skmtc.dev/axioradev/apis/axiora-api/changes/v1/usage/get.md)

---

[API](https://skmtc.dev/axioradev/apis/axiora-api.md) · [All operations](https://skmtc.dev/axioradev/apis/axiora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/axioradev/axiora-api/revisions/af89affc4582/schema)
