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": 10,
  "currentUsage": 3,
  "purchasedConcurrency": 5,
  "concurrencyPurchaseLimit": 20
}

Documentation Index

Fetch the complete documentation index at: https://documentation.uponai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Generate tokens from your profile settings at app.uponai.com.

Query Parameters

workspaceId
integer
required

Workspace identifier. Call GET /api/workspaces to list workspaces accessible to your token.

Response

200 - application/json

Concurrency snapshot.

maxConcurrent
integer
required
currentUsage
integer
required
purchasedConcurrency
integer
concurrencyPurchaseLimit
integer