Read a drop's stored data
dropyour_read_dataRead a drop's app data — the shared-memory state (a JSON key/value snapshot mirroring the app's localStorage), so you can answer questions about what the app holds. Returns scope='server' with {version, data} when the drop has server memory (accounts), or scope='client-only' with data=null when the data lives only in the visitor's browser. With an account token, owned drops need no managementToken.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dropId | Yes | ||
| managementToken | No |