List Run Test Scenarios
List paginated scenarios associated with a test run. Supports name search. Returns scenario UUID, display name, and row count per scenario.
https://api.futureagi.com/simulate/run-tests/{run_test_id}/scenarios/ Authentication
Path parameters
UUID of the test run whose scenarios to retrieve.
Query parameters
Case-insensitive partial match on scenario name, source, or type.
Number of records per page. Defaults to 10. Must be a positive integer.
Page number to retrieve. Defaults to 1.
Response
200 OKTotal matching scenarios across all pages.
URL to the next page, or null if on the last page.
URL to the previous page, or null if on the first page.
Array of scenario summary objects for the current page.
UUID of the scenario.
Display name of the scenario.
Number of data rows in the scenario. Each row generates a distinct test call.
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.