get_results
Retrieve final validated results for a completed research job, including a markdown table with confidence indicators and a downloadable enriched Excel file.
Instructions
Fetch the final validated/enriched results for a completed job.
job_id: the session_id value — "job_id" and "session_id" are the same string.
Automatically downloads table_metadata.json and embeds it inline so no separate HTTP fetch is needed. Key fields in the response:
results.markdown_table — START HERE. Self-contained markdown document: full validated table (all rows, all values), confidence icons, viewer/download links, and a guide to navigating citations. Read this first. results.metadata.rows[] — per-row data keyed by row_key; each cell has value, confidence, comment (with citations). (legacy files may use full_value; both are equivalent) results.interactive_viewer_url — share with humans; renders sources + confidence. results.download_url — enriched Excel file for offline sharing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Session ID / job ID of a completed validation job. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |