List prompt simulation scenarios
Returns a paginated list of prompt simulation scenarios.
GET
https://api.futureagi.com/simulate/prompt-simulations/scenarios/ Authentication
Query parameters
search
Case-insensitive filter on scenario name.
limit
Number of results per page. Defaults to 20.
page
Page number to retrieve. Defaults to 1.
Response
200 OK status
"success" if the request succeeded.
data
Paginated response payload.
count
Total number of matching scenarios.
page
Current page number.
limit
Number of items per page.
results
Array of scenario objects with id, name, description, scenario_type (graph, script, or dataset), dataset_id, and created_at.
Errors
401
Invalid or missing authentication credentials.
404
The organization could not be resolved from the provided API keys.
500
An unexpected server error occurred.