Get organization limits

Get the organization's concurrency limit — the maximum browsers running at once across on-demand sessions and browser pool reservations — and the default per-project concurrency cap applied to projects without an explicit override.

GET/org/limits

Get the organization's concurrency limit — the maximum browsers running at once across on-demand sessions and browser pool reservations — and the default per-project concurrency cap applied to projects without an explicit override.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response

application/json

Organization limits

curl -X GET "https://example.com/org/limits"
{  "max_concurrent_sessions": 0,  "default_project_max_concurrent_sessions": 0}