Get project 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).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Project ID
Response
Project limits
Maximum concurrent browsers for this project, covering both on-demand sessions (browsers.create()) and browser pool reservations. Null means no project-level cap.
10
Maximum concurrent app invocations for this project. Null means no project-level cap.
20
Deprecated: pooled browsers now count toward max_concurrent_sessions. Always null once the unified concurrency limit is enabled for your organization.
50