GET
/
inventory
/
upload
/
log

Authorizations

Authorization
string
headerrequired

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

Headers

x-site-context
string
required

The x-site-context header is a JSON object that contains information about the source you wish to pull from. The mandatory account is the 24 character identifier found in Copilot. The channel (Sales channel ID), stage (environment name), and date attributes can be used to further narrow the scope of your data source.

Query Parameters

keyId
string
required

Key ID of the uploaded file.

Response

200 - application/json
id
string

Unique log ID

keyId
string

Key ID of the uploaded file

status
string

Upload status of the file

totalRows
integer

Total numebr of rows specified in the uploaded file

totalRowsUploaded
integer

Number of rows uploaded to database

totalRowsErrors
integer

Numebr of rows that displayed error while uploading the file