Skip to main content

Get Test Plan Version By Id

GET 

/test-plans/:ref

One published version of a test plan, addressed by its id alone.

The response is identical to reading that version by name and version. An id is the primary key of one row, and that row carries its own version and workspace, so neither is supplied here: not the version the id already determines, nor the workspace it already belongs to.

Authorization uses the workspace on the resolved row, under the same membership rule the other read routes apply. A version in a workspace the caller is not a member of returns 404 rather than 403, matching how those routes treat existence as workspace-scoped, so this never discloses that an id exists elsewhere. A plan name returns 404 — address a name through /test-plans/{ref}/versions/{version}.

Request​

Responses​

Successful Response