cURL
curl --request GET \ --url https://api.puretalk.ai/api/users/concurrency-usage \ --header 'X-API-KEY: <api-key>'
{ "msg": "Success", "err": false, "results": { "concurrency_limit": 20, "concurrency_count": 11, "timestamp": "2025-05-02T02:36:10.686259" } }
Get the current concurrency usage and limits for the user
Authorization header containing API key. You can find your API key in the dashboard under 'API Keys'.
Successful response
Message from the API
"Success"
Error flag
false
Show child attributes
Maximum number of concurrent calls allowed
20
Current number of concurrent calls
11
Timestamp of when the concurrency was checked
"2025-05-02T02:36:10.686259"
Was this page helpful?