veroq_get_report
Retrieve completed financial reports by ID to access market data, trading signals, and verified analysis with evidence chains.
Instructions
Retrieve a previously generated report by its ID.
WHEN TO USE: After calling veroq_generate_report, use this to fetch the completed report content. RETURNS: Full report with title, ticker, tier, creation date, and markdown content (or structured sections). COST: 1 credit. EXAMPLE: { "report_id": "rpt_abc123" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes | The report ID to retrieve |