List Test Plan Versions
GET/test-plans/:ref/versions
One page of the published versions of the plan ref names, newest first.
Pages by cursor rather than offset because history only ever grows — see
:class:TestPlanVersionPage. A cursor past the end is an empty page, not a 404, and an
unknown query key is a 400 so the retired page cannot be dropped silently.
A plan published only in another workspace 404s the same as one that was never published, since existence is workspace-scoped information.
Request
Responses
- 200
- 400
- 403
- 404
- 422
Successful Response
Bad Request
Forbidden
Not Found
Validation Error