company_research_v2_get_section
Retrieve a specific section from a company research report to access detailed data about the company's overview, technologies, financials, and more.
Instructions
Get a specific section from a research report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes | UUID of the report. | {{research_result.report_id}} |
| section_key | Yes | Section to retrieve. | company-overview |
| output_variable_name | Yes | Variable name for the section data. | section_data |