---
title: "Returns the issue config for a repo"
method: GET
path: "/repos/{owner}/{repo}/issue_config"
tags: ["repository"]
---

# Returns the issue config for a repo

`GET /repos/{owner}/{repo}/issue_config`

## Path parameters

- `owner` string, required
- `repo` string, required

## Response `200`

RepoIssueConfig

- IssueConfig
  - `blank_issues_enabled` boolean
  - `contact_links` IssueConfigContactLink[]
    - `about` string
    - `name` string
    - `url` string

## Other responses

- `404` — APINotFound is a not found empty response

---

[API](https://skmtc.net/gitea/apis/gitea-api.md) · [All operations](https://skmtc.net/gitea/apis/gitea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitea/gitea-api/revisions/350de506cefa/schema)
