Get test run details
Retrieves a test run by ID.
https://api.futureagi.com/simulate/run-tests/{run_test_id}/ Authentication
Path parameters
UUID of the test run to retrieve.
Response
200 OKUUID of the test run.
Display name of the test run.
Description of the test run, or empty string if none provided.
UUID of the associated agent definition, or null if using a prompt template.
UUID of the specific agent version, or null if using the active version.
Expanded agent definition details, or null if none associated.
Either agent_definition or prompt.
Human-readable source type label.
UUID of the associated prompt template, or null if using an agent definition.
Expanded prompt template details, or null if none associated.
UUID of the specific prompt version, or null if none specified.
Expanded prompt version details, or null if none specified.
Array of linked scenario UUIDs.
Expanded scenario objects with full details.
Specific dataset row UUIDs this test run is restricted to. Empty array means all rows.
UUID of the custom simulator agent, or null if using the default.
Expanded simulator agent details, or null if none assigned.
Array of associated evaluation configuration UUIDs.
Expanded evaluation configuration objects.
Combined evaluation details for all configured evaluations.
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.
No test run found with the specified run_test_id.
Unexpected server error. Contact support if it persists.