Retrieves all limit values for a specific project.
A list of limits for all limits for a project.
The response for a failed request.
{- "items": [
- {
- "limitId": "atlas.monthly_ai_tokens",
- "value": 1000
}, - {
- "limitId": "files.storage_bytes",
- "value": 500
}, - {
- "limitId": "functions.concurrent_executions",
- "value": 50
}
], - "nextCursor": "string"
}