List Depot CI artifacts
depot_list_ci_artifactsList artifacts uploaded by a CI run, workflow, job, or attempt, with optional signed download URLs. Find test reports, coverage output, binaries, or screenshots from failed tests.
Instructions
List the artifacts a Depot CI run, workflow, job, or attempt uploaded, optionally with signed download URLs.
Use this to find out what a run produced — test reports, JUnit XML, coverage output, built binaries, screenshots from a failed browser test. Filter to one job or attempt by passing its id alongside runId.
Set withDownloadUrl=true to also fetch signed HTTPS URLs, which are minted one request per artifact and capped at 10 per call. This tool never downloads or reads artifact contents; it returns metadata and links only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | No | Narrow to one job. | |
| limit | No | Maximum artifacts to return. | |
| runId | No | The run whose artifacts you want. | |
| attemptId | No | Narrow to one attempt. | |
| pageToken | No | Continue a previous listing: pass the nextPageToken from the last call, with the same filters. | |
| workflowId | No | Narrow to one workflow within the run. | |
| withDownloadUrl | No | Also mint a signed download URL per artifact. Costs one extra request each, capped at 10. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| returned | Yes | ||
| artifacts | Yes | ||
| nextPageToken | No |