read_storage
Retrieve Targetprocess storage data: list groups, query storages by group with select/where filters, or fetch a single storage's public and user data.
Instructions
RESTful storage, where views, boards and settings live. No group: list groups. Group: its storages (select/where in storage syntax, e.g. select={key,publicData.name} where=(scope == "Public")). Group + key: one storage with publicData and userData.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| group | No | ||
| limit | No | Maximum items to return (default 100, max 1000). A capped result says truncated: true. | |
| where | No | ||
| select | No |