---
title: "Your GET endpoint"
method: GET
path: "/{index}/_source/{_id}"
---

# Your GET endpoint

`GET /{index}/_source/{_id}`

You use GET to retrieve just the document from a particular index.

## Response `200`

OK

- Document
  - `tags` string[]
  - `content` string
  - `title` string
  - `lang` string
  - `unique_key` string
  - `metadata` object

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/future-architect/apis/watertower.md) · [All operations](https://skmtc.net/future-architect/apis/watertower/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/future-architect/watertower/versions/8c0a4ed18801/schema)
