get_transfer_status
Retrieve the progress and result of a file transfer initiated by fetch_file, using the transfer ID to query its current state.
Instructions
Get progress/result of a transfer started by fetch_file. Not implemented in this build: returns error code 'unsupported' (E3).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transfer_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| error | No | Set when status is error. | |
| errors | No | Per-source failures in partial results. | |
| limits | No | ||
| status | Yes | ||
| warnings | No | ||
| operation | Yes | ||
| provenance | No | ||
| truncation | No | ||
| source_status | No | ||
| schema_version | No | 1 |