artifact_read
Read a bounded text or image artifact from a Stata run, with size limits for efficient retrieval.
Instructions
Read one bounded text or image artifact belonging to a run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| max_bytes | No | ||
| project_path | No | ||
| relative_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| run | No | ||
| data | No | ||
| error | No | ||
| warnings | No |