List Scenarios
Returns a paginated list of scenarios with optional search and filtering.
GET
https://api.futureagi.com/simulate/scenarios/ Authentication
Query parameters
search
Case-insensitive search against scenario name and source.
limit
Results per page. Default: 10.
page
Page number, starting from 1. Default: 1.
agent_definition_id
Filter by agent definition UUID.
agent_type
Filter by agent type: "voice" or "text".
Response
200 OK count
Total matching scenarios.
next
URL of the next page, or
null. previous
URL of the previous page, or
null. results
Array of scenario objects.
id
UUID of the scenario.
name
Scenario name.
description
Scenario description.
source
Data source.
scenario_type
Scenario type.
scenario_type_display
Display label for scenario type.
source_type
Source type classification.
source_type_display
Display label for source type.
dataset_rows
Number of test case rows.
agent_type
Agent type:
voice or text. status
Current status.
created_at
ISO 8601 creation timestamp.
Errors
401
Invalid or missing API credentials.
500
Unexpected server error.