list_parameter_sets

readSince v1.0

List the parameter sets in a twin. A parameter set is a named bundle of input values on an axis orthogonal to scenarios — a simulation run is keyed by (scenario, parameter set). Shows which set is the twin's default.

Example Request

{"twin_id": "twin-uuid"}

Example Response

{"total_count": 2, "parameter_sets": [{"id": "ps-uuid", "name": "high_demand", "is_default": false}]}