Read an artifact's body
get_artifactRead the actual text of an artifact another teammate attached to a task. get_task lists artifacts and inlines small text bodies; use this when a body was truncated or omitted, or to fetch one artifact by id or by task_id + name. Binary artifacts come back with a short-lived download_url instead of text. A synthesizer must read its inputs with this tool before reconciling them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Artifact name/filename within that task. | |
| task_id | No | Task id — use with `name` when you don't have the artifact id. | |
| max_bytes | No | Inline body cap in bytes. Default 200000. | |
| artifact_id | No | Artifact id (from get_task's artifacts list). |