GET
/
api2
/
v1
/
async
/
status
Get current limits
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/async/status
{
  "concurrentRequests": {
    "limit": 123,
    "count": 123
  }
}

Response

200
application/json

successful operation

The response is of type object.