---
title: "Download support ticket media"
method: GET
path: "/api/v1/support/attachments/{id}"
tags: ["Support"]
---

# Download support ticket media

`GET /api/v1/support/attachments/{id}`

Streams an authenticated user's support image or video. Video requests support one standard byte range for seeking and resumable playback.

## Path parameters

- `id` string, required

## Headers

- `Range` string

## Response `200`

Complete image or video bytes

## Other responses

- `206` — Requested partial video bytes
- `401` — Unauthenticated
- `404` — Not found
- `416` — Invalid or unsatisfiable byte range
- `429` — Xquik tier rate limit exceeded. The response includes a `Retry-After` header with the number of seconds to wait before retrying.
- `default` — Unexpected error.

---

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