latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

Test

Count tests in a workspace, optionally scoped to an application.

Returns the count of active (non-tombstoned) tests in the workspace. When application_id is provided, the count is scoped to that application.

get/test/count

Query parameters

workspace_idstring required

The workspace to count tests in.

application_idstring

Optional application id; when present, scope the count to this application.

Response

Counts for the workspace (and optionally the application scope).

test_countinteger

The total number of tests in the workspace

default_test_countinteger

Deprecated: use test_count instead

non_default_test_countinteger

Deprecated: use test_count instead