agy_result
Retrieve the captured output of a finished background job. Pass a job ID to select a specific job, or omit to use the last completed job. Set include_events to also return stored events.
Instructions
Return the captured output for a finished background job. Pass job_id to select a job, or omit it to use the latest finished job from agy_sessions. Set include_events=true to also return stored events; otherwise use agy_read for the full event log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | ||
| job_id | No | ||
| include_events | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| error | No | ||
| since | No | ||
| events | No | ||
| job_id | No | ||
| record | No | ||
| success | Yes | ||
| result_text | No | ||
| include_events | No |