daily_brief_result
Retrieve the status and final result of a daily brief job by providing the job ID. Poll until status shows 'done'.
Instructions
Fetch a daily_brief_start job by id.
status is running (keep polling), done (result holds the full daily_brief
payload), error (error holds the exception type name — the message is omitted to
avoid leaking internal detail), or unknown (bad/expired id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |