Skip to main content
GET
/
simulate
/
scenarios
/
{scenario_id}
/
Get scenario details
curl --request GET \
  --url https://api.futureagi.com/simulate/scenarios/{scenario_id}/ \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Secret-Key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "description": "<string>",
  "source": "<string>",
  "scenario_type": "<string>",
  "organization": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "dataset": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "dataset_rows": 123,
  "graph": {},
  "prompts": [
    {}
  ],
  "status": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

X-Api-Key
string
header
required

API Key for authentication. Click here to access API Key

X-Secret-Key
string
header
required

Secret Key for authentication. Click here to access Secret Key

Path Parameters

scenario_id
string<uuid>
required

Response

Scenario details with graph and prompts

id
string<uuid>
name
string
description
string
source
string
scenario_type
string
organization
string<uuid>
dataset
string<uuid> | null
dataset_rows
integer
graph
object
prompts
object[]
status
string
created_at
string<date-time>
updated_at
string<date-time>