GET
/
v2
/
user
/
concurrency
curl --request GET \
  --url https://mango.sievedata.com/v2/user/concurrency \
  --header 'X-API-Key: <api-key>'
{
  "max_concurrency": 123,
  "num_current": 123,
  "num_processing": 123,
  "num_queued": 123,
  "num_limited": 123
}

Authorizations

X-API-Key
string
header
required

The Sieve API key to authenticate with.

Response

200
application/json

Successful Response

The response is of type object.