Get a page
appsmith_get_pageRetrieve a page from an Appsmith instance, returning a compact widget outline by default or the full raw layout DSL when full mode is requested.
Instructions
Returns a page. By default returns a widget outline (name, type, id) which is compact; set full=true for the raw layout DSL, which can be very large.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Return the raw layout DSL instead of an outline. | |
| pageId | Yes | Page id. |