---
title: "GET /api/v1/caliper-api/usage"
method: GET
path: "/api/v1/caliper-api/usage"
tags: ["CaliperAPI"]
---

# GET /api/v1/caliper-api/usage

`GET /api/v1/caliper-api/usage`

## Response `200`

OK

- CaliperApiUsage[]
  - `name` string, nullable
  - `displayName` string, nullable
  - `quota` Quota
    - `limit` integer
    - `period` string, nullable
    - `remaining` integer
    - `percentageRemaining` number, float
  - `throttle` Throttle
    - `burstLimit` integer
    - `rateLimit` number, double

---

[API](https://skmtc.dev/q2developer/apis/q2-portal-web-server.md) · [All operations](https://skmtc.dev/q2developer/apis/q2-portal-web-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/q2developer/q2-portal-web-server/revisions/7225eea22612/schema)
