Fusion (fetch async result)
fusion_resultRetrieve the synthesized answer from a multi-model deliberation job. Polls up to 45 seconds and returns the result when ready, or a running status to continue polling.
Instructions
Fetch the result of a fusion_start job. Long-polls up to ~45s: returns the synthesized answer when ready, or {status:'running'} (call again with the same job_id). Fast per call, so it never hits the client timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job_id returned by fusion_start. |