reed_get_document
Check a document's indexing status and metadata by ID to see if it's ready or why it failed.
Instructions
Fetch the indexing status and metadata of one document by id.
Returns the same shape as one reed_list_documents row. Useful to check
whether a just-uploaded document is ready, or why it failed (error).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | The document id (`id` from reed_list_documents, e.g. 'd-3f2a…'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||