download_task_artifacts_evergreen
Download artifacts from a specified Evergreen task, including build outputs, test results, and logs. Artifacts are saved to a local directory structured by version.
Instructions
Download artifacts from a specific Evergreen task. Use this to retrieve build outputs, test results, logs, or other files generated by a task. Artifacts are downloaded to a local directory structure organized by version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The ID of the task to download artifacts for. Required. | |
| work_dir | No | The base directory to create artifact folders in. Defaults to 'WORK'. | WORK |
| bearer_token | No | Override with a bearer token for this request. If not provided, uses the server's default credentials. | |
| artifact_filter | No | Optional filter to download only artifacts containing this string (case-insensitive). If not provided, all artifacts are downloaded. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |