get_widget_instance
Retrieve widget instance placement details like column, order, and config. Filter by page or widget to locate specific instances.
Instructions
Get widget instance placement on a page. Returns column, order, and config. Filter by page or widget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| page_id | No | Filter by page sys_id (list mode) | |
| widget_id | No | Filter by widget sys_id — find all placements (list mode) | |
| instance_id | No | sys_id of the widget instance. Set → detail; omit → list instances. |