Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Usage summary query.
| Field | Value |
|---|---|
| Name | usageSummary |
| Group | Usage Limits |
| Type | Query |
| Signature | usageSummary(input: UsageSummaryInput!): UsageSummary! |
query UsageSummary($input: UsageSummaryInput!) {
usageSummary(input: $input) {
periodEnd
periodStart
tierId
tierName
}
}
{
"input": {}
}