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

orgIdstring
concurrencyLimitdouble

Max call slots for simulations (each voice simulation uses 2 call slots: tester + target)

activeSimulationsdouble
Number of call slots currently in use by running simulations
availableToStartdouble

Number of voice simulations that can start now (available call slots / 2)

createdAtdatetime or null
updatedAtdatetime or null
isDefaultboolean
True if org is using platform default concurrency limit