---
title: "Get Worker Document"
method: GET
path: "/worker/{worker_id}/document"
tags: ["workers"]
---

# Get Worker Document

`GET /worker/{worker_id}/document`

## Path parameters

- `worker_id` string, required

## Response `200`

Successful Response

- WorkerDocumentResponse
  - `content` string, required
  - `high_watermark` integer, required

## Other responses

- `422` — Validation Error

---

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