Get a Depot CI job step summary
depot_get_ci_job_summaryRetrieve the human-authored markdown summary a CI job published for itself, including test results and coverage deltas, to understand job outcomes at a glance.
Instructions
Read the step summary a Depot CI job authored for itself — the equivalent of GitHub Actions' $GITHUB_STEP_SUMMARY.
This is markdown the job's own steps chose to publish: test result tables, coverage deltas, lint counts, deployment URLs. When a job writes one, it is usually a far better explanation of what happened than its logs, because a human decided what mattered.
Most jobs write nothing here, and an empty result is normal rather than an error. If it comes back empty, use depot_diagnose_ci_failure for a failure, or depot_get_ci_logs for raw output.
"id" accepts an attempt id, a job id, or a run id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | An attempt id, job id, or run id. | |
| targetType | No | What "id" refers to. Omit to let the server work it out. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| empty | Yes | ||
| target | Yes | ||
| markdown | Yes | ||
| truncated | Yes | ||
| contentWarning | Yes | Reminder that the markdown was authored by the job itself and is unverified. | |
| originalLength | Yes |