GET/org/projects/{id}/limits

Get 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 Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/org/projects/string/limits"
{  "max_concurrent_sessions": 0,  "max_concurrent_invocations": 0,  "max_pooled_sessions": 0}