Retrieve a limit value by its id

Retrieves a limit value by its limitId.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
path Parameters
limitId
required
string

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.

Service and limit names are always inlower_snake_case.

header Parameters
cdf-version
required
string
Value: "20230101-beta"
Responses
200

The requested limit.

401

The response for a failed request.

get/limits/values/{limitId}
Request samples
Response samples
application/json
{
  • "limitId": "atlas.monthly_ai_tokens",
  • "value": 1000
}