How do I run a workplan to produce a report?
Last updated: February 23, 2026
Once a workplan is READY, you can execute it by calling POST /v2/workplans/{id}/run-workplan. ALFA will create a new report instance, execute each step of the plan, and return a report ID you can query. Fetching results through /v2/reports/{report_id}/results gives access to raw text output, extracted tables, structured fields, and any artifacts generated during tool execution.