Get Simulation Concurrency
Returns the organization's simulation concurrency limit, the number of active simulations, and how many more can start.
Authentication
AuthorizationBearer
Authenticate server-side requests with a private Vapi API key. Create or copy a key from the [Vapi Dashboard](https://dashboard.vapi.ai) and send it in the `Authorization` header as `Bearer <token>`. Keep private API keys out of client-side code and public repositories.
Response
orgId
concurrencyLimit
Max call slots for simulations (each voice simulation uses 2 call slots: tester + target)
activeSimulations
Number of call slots currently in use by running simulations
availableToStart
Number of voice simulations that can start now (available call slots / 2)
createdAt
updatedAt
isDefault
True if org is using platform default concurrency limit