Skip to main content
POST
Preview Parent Agent State Function Context Variables

Authorizations

Authorization
string
header
required

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

Path Parameters

parent_agent_id
integer
required

Body

application/json
state_function
StateFunctionRule · object[] | null

Draft state-function rules to inspect. When omitted, the persisted parent-agent rules are used.

Response

Successful Response

success
boolean
required

Whether the request was successful.

data
StateFunctionContextVariablesData · object
required

Parent agent state-function context variables.

error_type
string | null

Type of error if the request failed.

error_message
string | null

Error message or informational message.