Download Files
Download a file by ID
Use this endpoint to get a download link for imported file, which you can use to review or update the file . Note: The link is valid only for five minutes.
GET
/
product-files
/
actions
/
download
Authorizations
Authorization
string
headerrequiredS2S access token (JWT) from fabric Identity service (during login)
Headers
x-fabric-tenant-id
string
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
x-fabric-request-id
string
Unique request ID
Query Parameters
fileId
string
required24-character system-generated file ID
Response
200 - application/json
File download response
location
string
File download URL
Was this page helpful?