jobs_download_artifact
Download a completed job's artifact by filename to a local file. Specify the project, job ID, filename, and output path to retrieve outputs like proof.json.
Instructions
Download a completed managed job's artifact by filename (e.g. proof.json, public.json, prove-output.log) 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 |
|---|---|---|---|
| project_id | Yes | The project ID | |
| job_id | Yes | Managed job run ID (must be completed) | |
| filename | Yes | Artifact filename to download, e.g. proof.json, public.json, prove-output.log. Discover the recorded set from the artifacts map returned by jobs_get. | |
| output_path | Yes | Local filesystem path to write the artifact bytes to. Parent directories will be created. |