---
title: "Get Segment Download Status"
method: GET
path: "/segments/{segment_id}/download-status"
tags: ["Shorts"]
---

# Get Segment Download Status

`GET /segments/{segment_id}/download-status`

Checks the current download/rendering status of a segment. Use this to poll for completion after requesting a download.

## Path parameters

- `segment_id` string, required

## Response `200`

200

- object
  - `status` 'downloading' | 'download_ready' | 'not_requested' — Current download status.
  - `download_url` string — Signed URL to download the HD segment. Present when `status` is `download_ready`.
  - `segment_status` string — Internal segment processing status. Present when `status` is `downloading`.
  - `message` string — Human-readable status message.

## Other responses

- `400` — 400
- `500` — 500

---

[API](https://skmtc.net/pandavideo/apis/api-v2.md) · [All operations](https://skmtc.net/pandavideo/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandavideo/api-v2/versions/4fbd3c623ca9/schema)
