---
title: "Lookup Documents"
method: POST
path: "/v1/documents/lookup"
tags: ["documents"]
---

# Lookup Documents

`POST /v1/documents/lookup`

Hybrid retrieval against indexed attachments owned by the caller's org.

The agent (and any client of the org's API key) calls this with the
attachments attached to the session's template.

## Request body

- LookupBody
  - `attachment_ids` string[] — Scope retrieval to these attachments. Empty list rejected — the caller must know which docs are in scope.
  - `query` string, required
  - `section_hint` string, nullable
  - `top_k` integer
  - `session_id` string, nullable
  - `turn_no` integer, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
