Retrieve the download URL for an error file
Use this endpoint to retrieve an AWS S3 URL to access the error data of a previously imported file. The URL is valid for five minutes. Make a GET request with this URL to download the error data in a CSV format.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
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.
The sales channel ID.
A unique identifier obtained from Copilot for the System app in the fabric ecosystem, essential for OpenID Connect authentication flows.
A unique request ID.
Body
A sample request to retrieve an AWS S3 URL used to download the error file of a previous import.
The name of the error file to be downloaded. You can get the errorFileName
from the Get import jobs endpoint.
Response
A sample response with an AWS S3 URL used to download the error file.
The AWS S3 URL used to download an error file of a previous import, in a CSV format. The URL is valid for 5 minutes.
The name of the file.
Was this page helpful?