Get project limits
Get the resource limit overrides for a project. Null values mean no project-level cap (org limit applies).
GET
/org/projects/{id}/limitsGet the resource limit overrides for a project. Null values mean no project-level cap (org limit applies).
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Project ID
Response
application/json
Project limits
curl -X GET "https://example.com/org/projects/string/limits"{ "max_concurrent_sessions": 0, "max_concurrent_invocations": 0, "max_pooled_sessions": 0}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}