List test runs
Lists all test runs.
https://api.futureagi.com/simulate/run-tests/ Authentication
Query parameters
Case-insensitive partial match on test run name or agent definition name.
Number of records per page. Defaults to 10. Must be a positive integer.
Page number to retrieve. Defaults to 1.
Filter by source type. Accepted values: agent_definition, prompt.
Filter by prompt template UUID.
Response
200 OKTotal number of matching test runs across all pages.
URL to the next page, or null if on the last page.
URL to the previous page, or null if on the first page.
Array of test run objects for the current page.
UUID of the test run.
Display name of the test run.
Description of the test run.
UUID of the associated agent definition, or null if using a prompt template.
Expanded agent definition details, or null if none associated.
Either agent_definition or prompt.
Human-readable source type label.
Array of linked scenario UUIDs.
Whether tool evaluation is enabled.
ISO 8601 creation timestamp.
ISO 8601 last-modified timestamp.
ISO 8601 timestamp of the most recent execution, or null if never executed.
Errors
Missing or invalid X-Api-Key or X-Secret-Key headers.
Unexpected server error. Contact support if it persists.