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

# Get usage summary

`GET /usage`

Get usage counts and limits for current billing period (queries, indexing, oracle, etc.).

## Response `200`

Successful Response

- UsageSummaryResponse — Response for usage summary.
  - `user_id` string, required — User identifier
  - `organization_id` string, nullable — Organization identifier (if applicable)
  - `subscription_tier` string — Current subscription tier
  - `billing_period_start` string, date-time, required — Start of current billing period
  - `billing_period_end` string, date-time, required — End of current billing period
  - `usage` object — Usage breakdown by operation type

---

[API](https://skmtc.net/trynia/apis/nia-ai-api.md) · [All operations](https://skmtc.net/trynia/apis/nia-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trynia/nia-ai-api/versions/d216ffc3efb6/schema)
