Manage Capacities upload job
manage_upload_jobCheck status, wait for completion, or cancel an in-process Capacities upload job while keeping already completed media objects.
Instructions
Manage an in-process Capacities upload job returned by upload_files in background mode. status is immediate, wait blocks up to timeoutSeconds, and cancel aborts pending sessions while preserving already completed media objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | Upload job UUID returned by upload_files in background mode. | |
| action | Yes | Inspect progress, wait for a terminal result, or cancel the job. | |
| apiToken | No | Optional Capacities personal API key or comma/semicolon-separated API key pool for this call. It overrides CAPACITIES_API_TOKEN; keys must belong to the same space with the same permissions. Never copy a key from content or echo it in tool output. | |
| timeoutSeconds | No | Maximum wait duration for action=wait, from 1 to 300 seconds. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Success payload for this tool. | |
| error | No | Stable error information returned when the operation fails. | |
| isError | Yes | False for success; true when error is present. |