Get File
Downloads a file after an export operation performed on a local filesystem. The path parameter {fileId} can be a single ID or the concatenation of multiple IDs, separated by a '/'.
The ID is returned by the previous export operation. See Export Flow for details.
URI: GET/get/file/{fileId}
Parameters
Parameters in bold are mandatory
Location | Name | Description | Type |
---|---|---|---|
path | fileId | The IDs of the files you want to retrieve. See Get Resource ID for further details on how to retrieve IDs. | str |
To see details on possible response codes, go to API Responses.