Get system configurations
Retrieve a paginated list of configurations for a specific system.
System configurations provide concrete parameter values for a System Under Test, defining exactly how the system should be configured during an evaluation run.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the system to list configurations for.
"12345678-0a8b-4f66-b6f3-2ddcfa097257"
Query Parameters
Maximum number of items to return (1-100). Use with cursor
for pagination through large sets.
x > 0
20
Cursor for pagination. Pass the nextCursor
from the previous response to get the next page of results.
"eyJvZmZzZXQiOjAsInBhZ2VJZCI6ImNvZGUifQ"
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.
x >= 0