get_report
Retrieve the context bundle for a video analysis report by ID. Choose a slim view to get only action-relevant details for small context windows.
Instructions
Return the Context Bundle for a report id.
view="full" (default) returns everything; view="slim" returns the
action-relevant subset (classification, quality, steps, evidence,
candidates, suggested actions) for agents on a small context window.
Typed as a Literal so the client rejects a typo. As a bare str,
view="slimm" silently returned the FULL bundle — defeating the only
purpose of the parameter for exactly the caller who needed it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | full | |
| report_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||