v6

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-29251563.8 KB
uploads

Get upload metadata

get/upload/{id}/metadata/

Path parameters

idstring uuid required

Response

Upload metadata

idstring uuid
import_identifierstring
created_datestring date-time
upload_status'PENDING_UPLOAD' | 'PROCESSING' | 'PROCESSED' | 'FAILED'
total_num_rowsnumber
invalid_row_indexesnumber[]
errorsobject[]
storage_keystring uuid
field_orderstring[]

Example response

{
  "id": "64b07421-f291-4449-a7d4-0f2e6ab912c4",
  "import_identifier": "new products",
  "raw_upload": {
    "filename": "my_file.csv",
    "storage_key": "c82e33b1-cea6-4271-9d21-38140c13fe28-my_file.csv",
    "download_url": "https://dromo-imports-prod.s3.us-west-2.amazonaws.com/test-key-123?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIOSFODNN7EXAMPLE%2F20230227%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20230227T160315Z&X-Amz-Expires=1800&X-Amz-SignedHeaders=host&X-Amz-Signature=example1234567890abcdef1234567890abcdef1234567890abcdef12345678"
  },
  "storage_key": "64b07421-f291-4449-a7d4-0f2e6ab912c4"
}