List simulations for prompt template
Returns a paginated list of simulation runs for a prompt template.
https://api.futureagi.com/simulate/prompt-templates/{prompt_template_id}/simulations/ Authentication
Path parameters
UUID of the prompt template to list simulation runs for.
Query parameters
Filter by prompt version UUID.
Number of results per page. Defaults to 10.
Page number to retrieve. Defaults to 1.
Response
200 OK"success" if the request succeeded.
Paginated response payload.
Total number of matching simulation runs.
Current page number.
Number of items per page.
Parent prompt template summary with id and name.
Array of simulation run objects with id, name, description, source_type, source_type_display, prompt_template, prompt_template_detail, prompt_version, prompt_version_detail, scenarios, scenarios_detail, dataset_row_ids, enable_tool_evaluation, created_at, updated_at, and last_run_at.
Errors
Invalid or missing authentication credentials.
The specified prompt template does not exist.
An unexpected server error occurred.