---
title: "Get Run"
method: GET
path: "/api/ci-autofix/runs/{run_id}"
tags: ["ci-autofix"]
---

# Get Run

`GET /api/ci-autofix/runs/{run_id}`

## Path parameters

- `run_id` string, required

## Response `200`

Successful Response

- CIAutofixRunResponse
  - `id` string, required
  - `team_id` string, required
  - `repo_owner` string, required
  - `repo_name` string, required
  - `run_id` integer, required
  - `run_attempt` integer, required
  - `workflow_name` string, nullable
  - `run_url` string, nullable
  - `head_sha` string, nullable
  - `head_branch` string, nullable
  - `default_branch` string, nullable
  - `event_name` string, nullable
  - `conclusion` string, nullable
  - `status` 'queued' | 'awaiting_snapshot' | 'investigating' | 'completed_no_fix' | 'pr_opened' | 'verifying_fix' | 'verified_fix' | 'suppressed_duplicate_run' | 'suppressed_existing_pr' | 'superseded' | 'failed_snapshot_stale' | 'failed', required
  - `failing_jobs` object[]
  - `failure_signature` string, nullable
  - `last_error` string, nullable
  - `attempt_count` integer
  - `investigation_id` string, nullable
  - `recommended_pr` object, nullable
  - `pr_number` integer, nullable
  - `pr_url` string, nullable
  - `pr_is_draft` boolean
  - `suppressed_by_id` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/deeptrace/apis/fastapi.md) · [All operations](https://skmtc.net/deeptrace/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeptrace/fastapi/versions/2e2a6de8aeda/schema)
