Query account daily maximum concurrent test runs

Same as /workspaces/{workspace_id}/reports/usage/maxTestRunConcurrency but returns one block per active workspace the authenticated caller has access to within the account. Each workspace's response includes its own configured_test_run_concurrency_limit, which can differ across workspaces in the same account (for example, one workspace might have a higher browser quota than another). Use this endpoint for account-wide capacity dashboards or to flag which workspaces are running near their limit.

Scope to a single workspace by passing its identifier as the workspace_id query parameter while still authenticating with account-level credentials. Time range, test_type, and default-range semantics are identical to the workspace-level endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The account ID

Query Params
int64

Inclusive start of the time range to report on, as Unix epoch milliseconds. Must be earlier than end_time. Optional: if both start_time and end_time are omitted, the endpoint returns the most recent 90 completed days. If end_time is provided but start_time is not, start_time defaults to 90 days before end_time. Any sub-day precision is snapped to midnight UTC of that day; the response echoes the snapped value.

int64

Exclusive end of the time range to report on, as Unix epoch milliseconds. Must be later than start_time. Optional: defaults to the start of the current calendar day in UTC (i.e. the end of the most recent completed day). The window end_time - start_time cannot exceed 90 days. Any sub-day precision is snapped to the start of the following UTC day; the response echoes the snapped value.

string
enum

Test type to report maximum test run concurrency for. Valid values are browser (UI automation), api (REST API tests), mobile, and performance. The returned max_test_run_concurrency values and the matching configured_test_run_concurrency_limit both reflect the selected test type. Defaults to browser when omitted.

Allowed:
string

Optional identifier of a single workspace within the account to scope the response to. When omitted, the response aggregates across every workspace the authenticated caller has access to in the account. When provided, the caller must still have access to that workspace and the workspace must belong to the account in the path parameter.

Responses

Language
Credentials
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json