Get document
get_documentRetrieve an uploaded document with extracted statement lines and match statuses to verify extraction completion and reconciliation results.
Instructions
Fetch one uploaded document including its extracted statement lines, each with a match_status (matched / discrepancy / proposed / unmatched) against the ledger. Use after upload_document to check whether extraction finished (status field) and what the reconciliation found. Extraction runs in the background, so poll this if status is still 'processing'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fund_id | Yes | Fund ID (discover via whoami or list_funds) | |
| document_id | Yes | Document ID (from upload_document or list_documents) |