get_js_objects
Retrieve the full source code of JavaScript objects in Appsmith apps, including body, functions, and variables. Filter by object IDs or get all.
Instructions
Return the full source of JS objects — each object's body, every
function's body, and declared variables, plus id/name/pageId. Pass a list
of ids to filter; omit it (or pass an empty list) to return them all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| js_object_ids | No |