---
title: "List in-progress multipart uploads"
method: GET
path: "/v1/files/uploads"
tags: ["files"]
---

# List in-progress multipart uploads

`GET /v1/files/uploads`

List all in-progress multipart uploads for the authenticated organization.

## Response `200`

All in-progress multipart uploads for the organization

- MultipartUploadListResponse
  - `data` MultipartUploadObject[], required — List of in-progress multipart uploads
    - `id` string, required — The multipart upload record ID
    - `filename` string, required — Original filename
    - `file_size` integer, required — Total file size in bytes
    - `mime_type` string, required — MIME type of the file
    - `part_count` integer, required — Number of parts the file was split into
    - `created_at` string, required — When the upload was initiated

---

[API](https://skmtc.net/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.net/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixedbread/mxbai-omni/revisions/2eece97b5ae5/schema)
