---
title: "List deploy keys"
method: GET
path: "/repos/{owner}/{repo}/keys"
tags: ["repos"]
---

# List deploy keys

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

## Path parameters

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

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

Response

- DeployKey[]
  - `id` integer, required
  - `key` string, required
  - `url` string, required
  - `title` string, required
  - `verified` boolean, required
  - `created_at` string, required
  - `read_only` boolean, required
  - `added_by` string, nullable
  - `last_used` string, date-time, nullable
  - `enabled` boolean

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-3.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-3/versions/dc0584ac4e13/schema)
