read_artifact_page
Read up to 64 KiB from a stored JSON artifact using artifact ID, type, offset, and limit to retrieve paginated data for performance analysis.
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 |