Concurrency Details › Get your account's concurrency details (Server 2)
Concurrency Details
Get your account's concurrency details (Server 2) Retrieve the concurrency details for your account.
Get your account's concurrency details (Server 2) curl -- request GET \
-- url "https://manual-api.lambdatest.com/org/concurrency" \
-- header "Authorization: Basic <encoded-value>"
{
"data" : {
"max_concurrency" : 123 ,
"max_queue" : 123 ,
"queued" : 123 ,
"running" : 123
}
}
Authorizations Authorization string header required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Response 200▼
application/json Successful operation ()
data object
▶ Hide child attributesdata. max_concurrency number
Get your account's concurrency details (Server 2) curl -- request GET \
-- url "https://manual-api.lambdatest.com/org/concurrency" \
-- header "Authorization: Basic <encoded-value>"
{
"data" : {
"max_concurrency" : 123 ,
"max_queue" : 123 ,
"queued" : 123 ,
"running" : 123
}
}