---
title: "Upload status, for resuming"
description: "GET https://api.markitdown.ai/v1/uploads/{id} — Upload status, for resuming. Authenticate with x-api-key."
url: https://markitdown.ai/docs/api/get-upload
updated: 2026-09-26
source: markitdown.ai
---

# Upload status, for resuming

> GET https://api.markitdown.ai/v1/uploads/{id} — Upload status, for resuming. Authenticate with x-api-key.

## Endpoint

**GET** `/v1/uploads/{id}` — Upload status, for resuming

`getUpload` is part of the Uploads resource of the markitdown.ai API v1. Send an API key in the `x-api-key` header (or `Authorization: Bearer mdai_…`); all bodies are `application/json` unless a response lists another media type.

## Parameters

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `id` | path · string | yes |  |

## Example request

**curl**

```bash
curl https://api.markitdown.ai/v1/uploads/cnv_00000000000040008000000000000001 \
  -H "x-api-key: $MARKITDOWN_API_KEY"
```

## Responses

- `200` Upload status, uploaded parts, and fresh URLs for missing parts.
- `404` Not found (`application/problem+json`) — `Problem`
- `410` File expired (`application/problem+json`) — `Problem`
- `503` Conversion unavailable (`application/problem+json`) — `Problem`

## Errors

- [Error codes](/docs/errors) — every `error` code with its status, meaning and whether to retry

## Related

- [API reference](https://markitdown.ai/docs/api)
- [Error codes](https://markitdown.ai/docs/errors)
- [Introduction](https://markitdown.ai/docs)
- [Document Conversion APIs](https://markitdown.ai/developers)
