---
title: "Get contents of latest document version"
method: GET
path: "/documents/{document_id}/contents"
tags: ["Documents"]
---

# Get contents of latest document version

`GET /documents/{document_id}/contents`

Returns the bytes of the requested document.

## Path parameters

- `document_id` string, uuid, required

## Response `200`

The requested document.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden error
- `404` — Resource not found
- `500` — Internal server error

---

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