get_section
Retrieve a specific section from a completed Revibe analysis (architecture, file roles, system design Q&A, etc.) using the job ID and section name.
Instructions
Get a specific analysis section from a completed Revibe analysis.
Available sections:
technical_architecture (or "architecture") — system layers, technologies, diagrams
file_roles — what each file does, importance, dependencies
system_design_qa — interview-style Q&A about design decisions
story_flow (or "execution_flows") — how the app starts up and handles requests
database_schema (or "database") — tables, relationships, ER diagrams
concepts_explanation (or "concepts") — key patterns and concepts used
modules — logical groupings of files
business_logic — core domain logic and rules
flow_implementation — detailed execution flow code traces
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job ID from analyze_repo. | |
| section | Yes | Section name (e.g. "architecture", "file_roles", "system_design_qa"). |