Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Check Usage Limit query.
checkUsageLimit
checkUsageLimit(input: CheckUsageLimitInput!): UsageLimitCheckResult!
query CheckUsageLimit($input: CheckUsageLimitInput!) { checkUsageLimit(input: $input) { allowed current limit remaining usageWindowDays } }
{ "input": { "resourceType": "apiCalls" } }