Get Report Version
get_report_versionAuthor-only fetch of a specific archived version of one of your reports, by positive-integer version. Returns metadata + the full payload (sections, citations, structured, markdown) — enough to render a diff against the current HEAD in the workspace editor. Use after list_report_versions identifies the version number you want; for the current HEAD use get_report instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | Version number to fetch (from list_report_versions). | |
| report_id | Yes | Identifier of the report whose archived version to fetch, as returned by create_report or list_my_reports. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _meta | Yes | Provenance envelope — data lineage for every MCP response | |
| payload | Yes | ||
| version | Yes |