---
title: "GET /get-concurrency"
method: GET
path: "/get-concurrency"
---

# GET /get-concurrency

`GET /get-concurrency`

Get the current concurrency and concurrency limit of the org

## Response `200`

Successfully retrieved concurrency information.

- object
  - `current_concurrency` integer — The current concurrency (amount of ongoing calls) of the org.
  - `concurrency_limit` integer — The total concurrency limit (at max how many ongoing calls one can make) of the org. This should be the sum of `base_concurrency` and `purchased_concurrency`.
  - `base_concurrency` integer — The free concurrency limit of the org.
  - `purchased_concurrency` integer — The amount of concurrency that the org has already purchased.
  - `concurrency_purchase_limit` integer — The maximum amount of concurrency that the org can purchase.
  - `remaining_purchase_limit` integer — The remaining amount of concurrency that the org can purchase. This is the difference between `concurrency_purchase_limit` and `purchased_concurrency`.
  - `reserved_inbound_concurrency` integer — Number of normal concurrency slots reserved for inbound calls.
  - `concurrency_burst_enabled` boolean — Whether burst concurrency mode is enabled. When enabled, allows the org to exceed their normal concurrency limit with a surcharge.
  - `concurrency_burst_limit` integer — The maximum concurrency limit when burst mode is enabled. This is calculated as min(3x normal limit, normal limit + 300). Returns 0 if burst mode is disabled.

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/retellai/apis/retell-sdk.md) · [All operations](https://skmtc.net/retellai/apis/retell-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/retellai/retell-sdk/revisions/2a182bedbfc5/schema)
