Skip to main content

talonic_get_document

Fetch full metadata for a single document by ID, including processing log and link URLs.

ParameterTypeDescription
document_id *stringThe document UUID.

Example

Tool input
{
  "document_id": "doc_8f3a1b2c-4d5e-6f7a-8b9c-0d1e2f3a4b5c"
}
Tool response
{
  "id": "doc_8f3a1b2c-4d5e-6f7a-8b9c-0d1e2f3a4b5c",
  "filename": "invoice-2026-001.pdf",
  "status": "completed",
  "pages": 2,
  "size_bytes": 184320,
  "mime_type": "application/pdf",
  "type_detected": "Invoice",
  "language_detected": "de",
  "source": { "id": "src_a1b2...", "type": "api" },
  "links": {
    "self": "https://api.talonic.com/v1/documents/doc_8f3a...",
    "extractions": "https://api.talonic.com/v1/documents/doc_8f3a.../extractions",
    "dashboard": "https://app.talonic.com/documents/doc_8f3a..."
  }
}