List walls, lights and other canvas elements
list-canvas-elementsList scene canvas elements—walls (doors), lights, sounds, regions, tiles, drawings—with IDs and main fields. Filter by type, pixel area, or doors, and works without a drawn canvas.
Instructions
List the walls (with doors), lights, sounds, regions (with behaviors), tiles and drawings of a scene, with ids and their main fields. Filter by type, by an area in pixels or to doors only. Works without a drawn canvas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | The stored Foundry data of each element instead of the summary | |
| limit | No | How many, 1 to 500; default 100 | |
| bounds | No | Only elements touching this rectangle in pixels: { x, y, width, height } | |
| offset | No | Skip this many, for the next page | |
| doorsOnly | No | Only walls that are doors | |
| elementTypes | No | Only these types; default all | |
| sceneIdentifier | No | Scene id or name; default the scene that is active for everyone |