read_artifact_page
Access a stored JSON artifact page by artifact ID and type. Specify offset and limit to read up to 64 KiB, enabling paginated retrieval of large analysis results.
Instructions
Read at most 64 KiB from a stored JSON artifact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| artifact_id | Yes | ||
| artifact_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| artifact_id | Yes | ||
| next_offset | No | ||
| total_bytes | Yes | ||
| artifact_type | Yes | ||
| schema_version | No | 1.0 |