Scraper apiGeneratedUsage

Get current work-concurrency usage

GET
/v1/usage/concurrency

Return the caller's live work-concurrency slot usage against their plan limit

Authorization

ApiKeyAuth
X-Api-Key<token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/usage/concurrency"
{
  "work_concurrency_in_use": 0,
  "work_concurrency_limit": 0
}
{
  "code": "string",
  "message": "string",
  "correlation_id": "string",
  "retryable": true
}
{
  "code": "string",
  "message": "string",
  "correlation_id": "string",
  "retryable": true
}