cURL
curl --request GET \ --url https://api.upon-ai.com/api/concurrency \ --header 'Authorization: Bearer <token>'
{ "maxConcurrent": 123, "currentUsage": 123, "purchasedConcurrency": 123, "concurrencyPurchaseLimit": 123 }
Retrieve concurrency limits and current usage for the account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace identifier.
Concurrency snapshot.