Get a Depot CI run tree
depot_get_ci_runShow one Depot CI run as workflow, job, and attempt tree with node statuses and attempt IDs. Find failed jobs and get the IDs for logs/metrics, or set failedOnly to reduce large matrices.
Instructions
Show one Depot CI run as its workflow -> job -> attempt tree, with the status of every node and the ids needed to drill in.
Use this to see the shape of a run: which jobs exist, which failed, and which attempt ids to pass to depot_get_ci_logs or depot_get_ci_metrics. Set failedOnly=true to cut a large matrix down to just the broken jobs.
This does not explain failures — it only reports structure and status. For root cause, call depot_diagnose_ci_failure with the same run id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | The run id, as returned by depot_list_ci_runs. | |
| failedOnly | No | Show only jobs that failed or were cancelled. Useful for wide build matrices. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run | Yes | ||
| jobCount | Yes | ||
| workflows | Yes | ||
| failedJobCount | Yes |