get_statetree_state
Retrieve detailed information about a specific StateTree state, including its properties, tasks, conditions, and transitions, using its index path, name, or GUID.
Instructions
Get detailed info for a single state: properties, tasks, conditions, transitions.
Identify by index path (e.g. "0/1/2"), name, or GUID.
Args: asset_path: Content path to the StateTree asset state: Index path (e.g. "0" for first root, "0/1" for second child of first root) state_name: State name (case-insensitive) state_guid: State GUID string
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | ||
| asset_path | Yes | ||
| state_guid | No | ||
| state_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |