jobs_download_artifact
Download a completed job's artifact to a specified local file path using the artifact filename discovered from the jobs_get response.
Instructions
Download a completed managed job's artifact by filename to a local file. Discover the recorded filenames from the artifacts map returned by jobs_get; the legacy run402:// refs were retired in favor of these gateway URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Managed job run ID (must be completed) | |
| filename | Yes | Artifact filename to download. Discover the recorded set from the artifacts map returned by jobs_get. | |
| project_id | Yes | The project ID | |
| output_path | Yes | Local filesystem path to write the artifact bytes to. Parent directories will be created. |