{
"result": {
"rateLimits": {
"credits": {
"hasCredits": false,
"unlimited": false,
"balance": "example"
},
"individualLimit": {
"limit": "example",
"remainingPercent": 1,
"resetsAt": 1,
"used": "example"
},
"limitId": "example_id",
"limitName": "example",
"normalModelSlug": "gpt-5",
"planType": "free",
"primary": {
"usedPercent": 1,
"resetsAt": 1,
"windowDurationMins": 1
},
"rateLimitReachedType": "rate_limit_reached"
},
"accountId": "example_id",
"ordinaryUsageAllowed": false,
"rateLimitResetCredits": {
"availableCount": 1,
"credits": [
{
"grantedAt": 1,
"id": "example_id",
"resetType": "codexRateLimits",
"status": "available",
"description": "example",
"expiresAt": 1,
"title": "example"
}
]
},
"rateLimitUpsell": "example",
"rateLimitsByLimitId": {}
}
}