Assets
get_upload_result
Poll an upload session by token. Per-file status is processing, ready (with the created asset row), rejected (with a reason) or no_longer_available. Does not close the session; the upload page's Done button or the 60-minute sweep does. Read-only.
Behaviour
- Effect
- Read only. Calling it never changes anything in the account.
- Repeat calls
- Idempotent. Repeating the same call produces the same result.
- Plan
- Available on every plan, including free.
Parameters
| Name | Type | Required |
|---|---|---|
| token | string | Yes |
Returns
| Name | Type |
|---|---|
| session_status | enum open | closed | expired |
| files | array of object |
| instructions | string |
Using it
get_upload_result 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 56 Sentway tools. See connecting over MCP.