Retrieve a paginated list of simulation runs with optional filtering and sorting.
API key for authentication
Filter expression syntax.
Supported fields: status, agent_id, persona_id, test_set_id, create_time, update_time, created_by, tag
Operators: =, !=, >, <, >=, <=, AND, OR
Values may be unquoted or double-quoted. Values containing spaces must be quoted (e.g., status="IN PROGRESS").
Maximum number of results per page
1 <= x <= 1000Opaque pagination token from previous response
Sort order specification.
Format: field or -field (descending)
Supported fields: create_time, update_time, status, agent_id, persona_id, test_set_id