dump_state
Retrieve the current Appsmith application state including URL, pages, and a tree of all widgets. Optionally, with verbose mode, obtain datasources, queries, JS objects, and property bindings for full introspection.
Instructions
Return the state of the currently open Appsmith application.
Always returns `url`, `application`, `pages`, and `widgets` (the canvas as a
nested tree of id/name/type/parent/position/children starting at MainContainer).
With `verbose=False` (default) that lightweight shape is all you get.
Pass `verbose=True` to also carry every property set on each widget node, plus
top-level `datasources` (with connection storage), `queries` (with their
actionConfiguration), `jsObjects` (with their bodies), and a derived
`connections` list mapping widget property/trigger paths to the queries/JS
objects/datasources they bind to by name. This can be large for non-trivial
apps.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No |