Get system configuration by ID
Retrieve a specific system configuration by ID.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the system the configuration belongs to.
"12345678-0a8b-4f66-b6f3-2ddcfa097257"
The ID of the system configuration to retrieve.
"87654321-4d3b-4ae4-8c7a-4b6e2a19ccf0"
Response
A SystemConfig defines the specific settings for a System Under Test.
Configurations 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 configId to establish which configuration to test.
Configurations will be validated against the system's configSchema, with non-conforming values generating warnings.
The ID of the system configuration.
The ID of the system the configuration belongs to.
The name of the system configuration.
The configuration of the system.
Validation errors found in the configuration. If present, the configuration doesn't fully conform to its system's configSchema.