Skip to main content
GET
Get scenario
Fetch a scenario you own, including nodes_json, llm_model, and serialized hosted links.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

config_id
string<uuid>
required

Scenario ID.

Response

Scenario fetched successfully

id
string<uuid>
required
name
string
required
nodes_json
object
required

Scenario flow JSON. See the Using JSON guide for the full contract.

llm_model
enum<string>
required

OpenAI chat model for this scenario. Defaults to gpt-4.1-mini. Full-size models require a paid plan.

Available options:
gpt-4.1-nano,
gpt-4.1-mini,
gpt-4.1,
gpt-5.4-nano,
gpt-5.4-mini,
gpt-5.4