---
title: "Get upload metadata"
method: GET
path: "/upload/{id}/metadata/"
tags: ["uploads"]
---

# Get upload metadata

`GET /upload/{id}/metadata/`

## Path parameters

- `id` string, uuid, required

## Response `200`

Upload metadata

- ImportDetail
  - `id` string, uuid
  - `import_identifier` string
  - `raw_upload` object
    - `filename` string
    - `storage_key` string
    - `download_url` string
  - `user` object
    - `id` string, required
    - `name` string
    - `email` string
    - `companyId` string
    - `companyName` string
  - `created_date` string, date-time
  - `upload_status` 'PENDING_UPLOAD' | 'PROCESSING' | 'PROCESSED' | 'FAILED'
  - `total_num_rows` number
  - `invalid_row_indexes` number[]
  - `errors` object[]
  - `storage_key` string, uuid
  - `field_order` string[]

## Changes

- **2025-06-28** `45174589b44f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/dromoio/apis/dromo/changes/upload/:id/metadata/get.md)

---

[API](https://skmtc.dev/dromoio/apis/dromo.md) · [All operations](https://skmtc.dev/dromoio/apis/dromo/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dromoio/dromo/revisions/41b60f48ecd6/schema)
