---
title: "Get Config"
method: GET
path: "/api/ci-autofix/config"
tags: ["ci-autofix"]
---

# Get Config

`GET /api/ci-autofix/config`

## Response `200`

Successful Response

- CIAutofixConfigResponse
  - `enabled` boolean, required
  - `config` CIAutofixConfigPayload, required
    - `repo_allowlist` string[]
    - `workflow_allowlist` string[]
    - `draft_prs` boolean

---

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