Retrieves limit values using a filter.
Only the prefix
operator is supported.
Filtered limits.
The response for a failed request.
{- "filter": {
- "prefix": {
- "property": [
- "limitId"
], - "value": "atlas."
}
}, - "limit": 1000,
- "cursor": "string"
}
{- "items": [
- {
- "limitId": "atlas.monthly_ai_tokens",
- "value": 1000
}, - {
- "limitId": "atlas.monthly_ai_prompts",
- "value": 500
}
], - "nextCursor": "eyJjdXJzb3IiOiAiMTIzNDU2In0="
}