get_switch_container_assignments
Retrieves switch/state-to-child assignments for a Switch Container to audit assignments, find unassigned switches, or document switch mappings.
Instructions
Get the switch/state-to-child assignments for a Switch Container.
Returns which child object plays for each switch or state value. Use this to audit assignments, find unassigned switches, or document switch mappings.
Args: object_path: Project path to the Switch Container. e.g. "\Containers\Default Work Unit\Footstep_Switch" object_guid: GUID of the Switch Container. object_name_with_type: type:name. e.g. "Global:245489792"
Provide exactly one of object_path, object_guid, or object_name_with_type.
Returns {"return": [...]} — array of assignment pairs, each containing: child: GUID/name/path of the child object assigned to a switch/state stateOrSwitch: GUID/name/path of the switch or state value
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_path | No | ||
| object_guid | No | ||
| object_name_with_type | No |