get_council_result
Retrieve the result of an asynchronous council query by providing its job ID. Check the run status and get the full answer once complete, or list recent jobs.
Instructions
Fetch a background council run started with ask_council_async. Pass job_id to get its status (running | done | error) and, when done, the full result. Omit job_id (or set list=true) to list recent jobs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | No | List recent jobs (metadata only) instead of fetching one. | |
| job_id | No | Job id from ask_council_async. Omit to list recent jobs. |