fetch_file
Start a bounded download of a genomic file and its index into the local work directory, returning a transfer job. Specify budget_bytes for files above the default limit.
Instructions
Start a bounded download of a file (and index) to the local work dir. Returns a transfer job; files above the default limit need budget_bytes. Not implemented in this build: returns error code 'unsupported' (E3).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| budget_bytes | No | ||
| include_index | No | ||
| verify_checksum | No |
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 |