**Source URL:** https://limited.veevavault.dev/vault-api/api-reference/21.3/documents/document-annotations/download-document-annotations.md

# Download Document Annotations



<Endpoint path="/api/{version}/objects/documents/{doc_id}/annotations" method="GET"></Endpoint>

## Headers {#headers}

<FieldTable>
| Name | Description |
| --- | --- |
| `Accept` | `application/json` (default) or `application/xml` |
</FieldTable>

## URI Path Parameters {#uri-path-parameters}

<FieldTable>
| Name | Description |
| --- | --- |
| `{doc_id}` | The document `id` field value. |
</FieldTable>

## Response {#response}

On SUCCESS, Vault retrieves the specified version document rendition and its associated annotations.

* The HTTP Response Header Content-Type is set to `application/pdf`.

* The HTTP Response Header `Content-Disposition` contains a `filename` component which can be used when naming the local file.

## Request {#request}

<CodeExample title="">
```
curl -X GET -H "Authorization: {SESSION_ID}" \
https://myvault.veevavault.com/api/v15.0/objects/documents/14/annotations

```
</CodeExample>

---

**Previous:** [Document Annotations](/vault-api/api-reference/21.3/documents/document-annotations)  
**Next:** [Download Document Version Annotations](/vault-api/api-reference/21.3/documents/document-annotations/download-document-version-annotations)