---
title: "Get File Location"
method: GET
path: "/api/document/v3/attachments/{attachmentId}/content"
tags: ["Attachments"]
---

# Get File Location

`GET /api/document/v3/attachments/{attachmentId}/content`

Use this API to obtain the location of an uploaded file. The location can be identified by the `downloadUrl` parameter included in the response.

## Path parameters

- `attachmentId` string, uuid, required

## Response `201`

OK

- AttachmentProcessInitResponse
  - `requestType` 'CREATED' | 'RENEWED' | 'OVERRIDE' | 'RETRY' | 'DIRECTORY' — The status of the request.
  - `uploadParams` SharedAccessParams
    - `storageAccountName` string — The name of the storage account for the file.
    - `containerName` string — The name of the container where the file is stored.
    - `fileName` string — The name of the file in storage.
    - `signature` string — The access token for the file.
  - `statusUrl` string — The URL to check the status of the request.
  - `downloadUrl` string — The URL to download the file.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
