get_event_artifact
Retrieve sanitized event artifacts from orchestrated coding-agent runs using run_id, sequence number, and JSON Pointer field_path to access specific data points.
Instructions
Read a sanitized event artifact by run_id, seq, and JSON Pointer field_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| seq | Yes | ||
| field_path | Yes | ||
| offset | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seq | Yes | ||
| mime | Yes | ||
| offset | Yes | ||
| run_id | Yes | ||
| content | Yes | ||
| relpath | Yes | ||
| encoding | Yes | ||
| has_more | Yes | ||
| field_path | Yes | ||
| total_bytes | Yes | ||
| returned_bytes | Yes |