Skip to main content
GET
/
v1
/
concurrency
/
retrieve
Call concurrency
curl --request GET \
  --url https://api.cozmox.cloud/v1/concurrency/retrieve \
  --header 'x-api-key: <api-key>'
{
  "consumed_concurrency": 0,
  "max_concurrency": 50
}

Authorizations

x-api-key
string
header
required

The API key

Response

consumed_concurrency
number
required

The amount of concurrency consumed

Example:

0

max_concurrency
number
required

The max amount of concurrency allowed

Example:

50