New: build custom CDF applications with Cognite Flows. Documentation · What's new.
curl --request GET \
--url https://{cluster}.cognitedata.com/api/v1/projects/{project}/limits/values \
--header 'Authorization: Bearer <token>' \
--header 'cdf-version: <cdf-version>'{
"items": [
{
"limitId": "atlas.monthly_ai_tokens",
"value": 1000
},
{
"limitId": "files.storage_bytes",
"value": 500
},
{
"limitId": "functions.concurrent_executions",
"value": 50
}
],
"nextCursor": "string"
}Required capabilities:
projectsAcl:LIST
Retrieves all limit values for a specific project.
curl --request GET \
--url https://{cluster}.cognitedata.com/api/v1/projects/{project}/limits/values \
--header 'Authorization: Bearer <token>' \
--header 'cdf-version: <cdf-version>'{
"items": [
{
"limitId": "atlas.monthly_ai_tokens",
"value": 1000
},
{
"limitId": "files.storage_bytes",
"value": 500
},
{
"limitId": "functions.concurrent_executions",
"value": 50
}
],
"nextCursor": "string"
}Documentation Index
Fetch the complete documentation index at: https://docs.cognite.com/llms.txt
Use this file to discover all available pages before exploring further.
Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to accept OpenID Connect tokens. Use a header key of 'Authorization' with a value of 'Bearer $accesstoken'. The token can be obtained through any flow supported by the identity provider.
20230101-alpha Cursor to use for paging through results.
Return up to this many results.
x <= 1000Was this page helpful?