Skip to content

Download Source File

EndpointMethod
/api/admin/settings/data-transfer/imports/{id}/downloadGET

Downloads the source file that was uploaded for this import. The response is the raw file as a binary attachment — send Accept: application/octet-stream and write the body to disk with -o. The {id} is the import id.

Returns 404 when the import has no associated file.

REST only

Binary file downloads are not available over GraphQL.

Permission: settings.data_transfer.imports.view.

Released under the MIT License.