Retrieves a limit value by its limitId.
limitId
Limits are identified by an id containg the service name and a service-scoped limit name.
For instance atlas.monthly_ai_tokens is the id of the atlas service limit monthly_ai_tokens.
atlas.monthly_ai_tokens
atlas
monthly_ai_tokens
Service and limit names are always inlower_snake_case.
lower_snake_case
The requested limit.
The response for a failed request.
{"limitId": "atlas.monthly_ai_tokens","value": 1000}