Get a Depot CI job attempt
depot_get_ci_attemptFetch a specific CI job attempt's status, error, sandbox/session IDs, timing, and current-attempt flag, with parent job, workflow, and run context. Use when you have an attemptId to inspect a retry.
Instructions
Show one attempt of a Depot CI job: its status, conclusion, recorded error, sandbox and session ids, timing, and whether it is the job's current attempt, with the parent job, workflow, and run for context.
Use this when you hold an attemptId (from depot_get_ci_run, depot_get_ci_job, or a diagnosis) and need that attempt's own record, for example to confirm which sandbox a retry ran in or how long it took before failing.
It does not explain the failure and does not return logs. For root cause, call depot_diagnose_ci_failure with the same id and targetType "attempt"; for raw output, depot_get_ci_logs; to compare all attempts of the job, depot_get_ci_job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attemptId | Yes | The attempt id, as shown by depot_get_ci_run or depot_get_ci_job (attemptId=...). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job | Yes | ||
| run | Yes | ||
| attempt | Yes | ||
| workflow | Yes | ||
| contentWarning | Yes | Reminder that names and error messages come from CI output and are unverified. |