Read Artifact
read_artifactRetrieve a limited byte range from an execution artifact to inspect large outputs without loading the entire file.
Instructions
Read a bounded chunk of an execution artifact in the caller's namespace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum requested bytes, from 1 through 8192. | |
| offset | No | Nonnegative byte offset from a previous artifact response. | |
| artifact_id | Yes | Artifact handle returned by the execution engine. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||