Get prompt simulation details
Retrieves a specific prompt simulation run.
https://api.futureagi.com/simulate/prompt-templates/{prompt_template_id}/simulations/{run_test_id}/ Authentication
Path parameters
UUID of the prompt template that owns this simulation run.
UUID of the simulation run to retrieve.
Response
200 OKUUID of the simulation run.
Name of the simulation run.
Description of the simulation run, or null.
Internal source type identifier (e.g., "prompt").
Display label for the source type (e.g., "Prompt").
UUID of the parent prompt template.
Parent prompt template object with id, name, description, and variable_names.
UUID of the prompt version used by this simulation run.
Prompt version object with id, template_version, is_default, and commit_message.
Scenario UUIDs associated with this simulation run.
Detailed scenario objects for each associated scenario.
Dataset row UUIDs included in this simulation. Empty array means all rows.
Evaluation configuration UUIDs attached to this run.
Detailed evaluation configuration objects.
Whether tool usage evaluation is enabled.
ISO 8601 creation timestamp.
ISO 8601 last-modified timestamp.
ISO 8601 timestamp of last execution, or null.
Errors
Invalid or missing authentication credentials.
The specified prompt template or simulation run does not exist.
An unexpected server error occurred.