latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

Test

Get test invariant IDs for a workspace scoped to an application.

Returns the full set of canonical application-associated test invariant IDs using the same four-leg association logic as semantic search (plan-based, training-app, run-history, and unassociated fallback). The caller intersects the returned IDs with its locally-loaded test list to apply the application filter.

Requires application_id; use GET /test/count for workspace-wide counts.

get/test/references/by-application

Query parameters

workspace_idstring required

The workspace to query.

application_idstring required

The application to scope the test IDs to.

limitinteger

Pagination limit.

cursorstring

Pagination cursor.

Response

The set of test invariant IDs associated with the application.

test_invariant_idsstring[] required

The set of test invariant IDs associated with the given application.

cursorstring

Pagination cursor.