Skip to main content
GET
/
api
/
concurrency
Get concurrency
curl --request GET \
  --url https://api.upon-ai.com/api/concurrency \
  --header 'Authorization: Bearer <token>'
{
  "maxConcurrent": 123,
  "currentUsage": 123,
  "purchasedConcurrency": 123,
  "concurrencyPurchaseLimit": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

workspaceId
integer
required

Workspace identifier.

Response

200 - application/json

Concurrency snapshot.

maxConcurrent
integer
required
currentUsage
integer
required
purchasedConcurrency
integer
concurrencyPurchaseLimit
integer