Skip to main content
GET
Get quota
Returns the caller’s concurrency quota: how many sessions may run at once, and how many slots are free right now. available: 0 doesn’t mean creates fail; new sessions are queued by default and start as slots free up.

Response

string
required
The level the limit applies at: user or org.
integer
required
Maximum number of concurrent sessions allowed.
integer
required
Number of sessions currently holding a slot (recently active and not in a terminal state). queued sessions hold no slot and are not counted.
integer
required
Remaining concurrent slots (limit - active).

Examples

Response