GET/desk/api/v2/installations/quota.json
Get the LLM quota status for the installation.
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
LLMQuotaResponse represents the LLM quota status for an installation.
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
Validator hold the validation errors. Typically you shouldn't create this directly but use the New() function.
200 OK
LLMQuotaResponse
{
"dailyLimit": 0,
"dailyReached": true,
"dailyUsed": 0,
"disabled": true,
"monthlyLimit": 0,
"monthlyReached": true,
"monthlyUsed": 0
}