GET
/
offers-exports
/
{exportId}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-fabric-tenant-id
string
required

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-channel-id
string

The sales channel ID.

x-client-id
string

A unique identifier obtained from Copilot for the System app in the fabric ecosystem, essential for OpenID Connect authentication flows.

x-fabric-request-id
string

A unique request ID.

Path Parameters

exportId
string
required

Export ID

Response

200 - application/json

The sample response of the create export request.

exportId
string
required

A unique ID for the export request.

startedAt
string
required

The start time of the export process.

endedAt
string | null

The end time of the export process.

totalDataExported
number

The total number of exported data in the CSV file. Each row in the CSV file represents one record of exported data.

status
enum<string>
required

The status of the export process.

Available options:
IN_PROGRESS,
COMPLETED,
ERROR
errors
object[]

Errors during export process

type
string
required

The type of data to export.

filters
object[]
fileId
string

The S3 file ID to generate a downloadable file