System versions
Get system version
Retrieve a specific system version by ID.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the system version to retrieve.
Example:
"87654321-4d3b-4ae4-8c7a-4b6e2a19ccf0"
Response
200
application/json
Successfully retrieved system version.
A SystemVersion defines the specific settings for a System Under Test.
System versions contain parameter values that determine system behavior during evaluation. They are immutable snapshots - once created, they never change.
When running evaluations, you reference a specific systemVersionId to establish which system version to test.
System versions will be validated against the system's configSchema, with non-conforming values generating warnings.