List the account's assets, newest first, with keyset pagination. Pass the returned `next_cursor` to fetch the next page; null indicates the last page. Thumbnails are attached as image content blocks alongside the structured JSON. Read-only.
| Name | Type | Required | Description |
|---|---|---|---|
| cursor | string | No | — |
| limit | integer | No | — |
| Name | Type | Description |
|---|---|---|
| assets | array of object | — |
| next_cursor | string or null | — |
list_assets is called by an AI assistant connected to Sentway over MCP, not by hand. Point the assistant at the Sentway MCP endpoint and complete the OAuth flow, and the tool becomes available in the same session as the other 38 Sentway tools. See connecting over MCP.