wordpress_upload_media_chunked_status
Query a chunked upload session to get received bytes and next chunk index, allowing resumption after a network disconnect.
Instructions
[UNIFIED] Query the current state of a chunked-upload session — returns received_bytes and next_chunk so the caller can resume after a disconnect. The session survives for 1 h after the last activity; re-start the session with upload_media_chunked_start if it has expired or been aborted. Returns {error_code: NOT_FOUND} when the session is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| session_id | Yes |