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

# Your GET endpoint

`GET /{index}/_doc/{_id}`

You use GET to retrieve a document and its source or stored fields from a particular index.

## Response `200`

OK

- object
  - `_index` string
  - `_type` string
  - `_id` string
  - `_version` integer
  - `_seq_no` integer
  - `_primary_term` integer
  - `found` boolean
  - `_source` 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)
