Deprecated

GET/projects/{id}/limits

Deprecated: use GET /org/projects/{id}/limits instead. This route will be removed on 2026-11-24.

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/projects/string/limits"
{  "max_concurrent_sessions": 0,  "max_concurrent_invocations": 0,  "max_pooled_sessions": 0}