Skip to main content
GET
Get upload metadata

Authorizations

X-Dromo-License-Key
string
header
required

This backend API key is different than your frontend license key. Please use the "Backend" license key from your Dromo Dashboard.

Path Parameters

id
string<uuid>
required

Response

200 - application/json

Upload metadata

id
string<uuid>
Example:

"64b07421-f291-4449-a7d4-0f2e6ab912c4"

import_identifier
string
Example:

"new products"

raw_upload
object
user
object
created_date
string<date-time>
upload_status
enum<string>
Available options:
PENDING_UPLOAD,
PROCESSING,
PROCESSED,
FAILED
total_num_rows
number
invalid_row_indexes
number[]
errors
object[]
storage_key
string<uuid>
Example:

"64b07421-f291-4449-a7d4-0f2e6ab912c4"

field_order
string[]