---
title: "Repository config"
method: GET
path: "/{service}/{owner_username}/repos/{repo_name}/config/"
tags: ["Repos"]
---

# Repository config

`GET /{service}/{owner_username}/repos/{repo_name}/config/`

## Path parameters

- `owner_username` string, required
- `repo_name` string, required
- `service` 'bitbucket' | 'bitbucket_server' | 'github' | 'github_enterprise' | 'gitlab' | 'gitlab_enterprise', required

## Response `200`

- RepoConfig
  - `upload_token` string, required
  - `graph_token` string, required

---

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