System configurations
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.
GET
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.
Example:
"12345678-0a8b-4f66-b6f3-2ddcfa097257"
Query Parameters
Maximum number of items to return (1-100). Use with cursor
for pagination through large sets.
Required range:
x > 0
Example:
20
Cursor for pagination. Pass the nextCursor
from the previous response to get the next page of results.
Example:
"eyJvZmZzZXQiOjAsInBhZ2VJZCI6ImNvZGUifQ"
Response
200
application/json
Successfully retrieved list of system configurations.
The response is of type object
.