---
title: "List Workflow Runs"
method: GET
path: "/api/ci-autofix/workflow-runs"
tags: ["ci-autofix"]
---

# List Workflow Runs

`GET /api/ci-autofix/workflow-runs`

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- CIWorkflowRunsResponse
  - `workflow_runs` CIWorkflowRunResponse[]
    - `run_id` integer, required
    - `run_attempt` integer, required
    - `repo_owner` string, required
    - `repo_name` string, required
    - `workflow_name` string, nullable
    - `run_url` string, nullable
    - `head_sha` string, nullable
    - `head_branch` string, nullable
    - `event_name` string, nullable
    - `status` string, nullable
    - `conclusion` string, nullable
    - `duration_seconds` integer, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `autofix_run_id` string, nullable
    - `autofix_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', nullable
    - `autofix_investigation_id` string, nullable
    - `autofix_pr_number` integer, nullable
    - `autofix_pr_url` string, nullable

## 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)
