List prompt simulation scenarios

Returns a paginated list of prompt simulation scenarios.

GET https://api.futureagi.com/simulate/prompt-simulations/scenarios/

Authentication

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Query parameters

search string Optional

Case-insensitive filter on scenario name.

limit integer Optional

Number of results per page. Defaults to 20.

page integer Optional

Page number to retrieve. Defaults to 1.

Response

200 OK
status string

"success" if the request succeeded.

data object

Paginated response payload.

count integer

Total number of matching scenarios.

page integer

Current page number.

limit integer

Number of items per page.

results array of object

Array of scenario objects with id, name, description, scenario_type (graph, script, or dataset), dataset_id, and created_at.

Errors

401 Unauthorized Optional

Invalid or missing authentication credentials.

404 Not Found Optional

The organization could not be resolved from the provided API keys.

500 Internal Server Error Optional

An unexpected server error occurred.

GET /
Authentication
REQUEST
 
RESPONSE