---
title: "Get task attachment download URL"
method: GET
path: "/v1/tasks/{taskId}/attachments/{attachmentId}/download"
tags: ["Tasks"]
---

# Get task attachment download URL

`GET /v1/tasks/{taskId}/attachments/{attachmentId}/download`

Generate a signed download URL for an attachment on a compliance task so reviewers can access uploaded evidence.

## Path parameters

- `taskId` string, required
- `attachmentId` string, required

## Response `200`

Download URL generated successfully

- object
  - `downloadUrl` string — Signed URL for downloading the file
  - `expiresIn` number — URL expiration time in seconds

## Other responses

- `401` — Unauthorized - Invalid authentication
- `404` — Task or attachment not found

---

[API](https://skmtc.net/om-network/apis/betayum-api.md) · [All operations](https://skmtc.net/om-network/apis/betayum-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/om-network/betayum-api/revisions/1c5403653ecf/schema)
