---
title: "List"
method: GET
path: "/security/keys"
tags: ["Private Keys"]
---

# List

`GET /security/keys`

List all private keys.

## Response `200`

Get all private keys.

- PrivateKey[]
  - `id` integer
  - `uuid` string
  - `name` string
  - `description` string
  - `private_key` string, private-key
  - `public_key` string — The public key of the private key.
  - `fingerprint` string — The fingerprint of the private key.
  - `is_git_related` boolean
  - `team_id` integer
  - `created_at` string
  - `updated_at` string

## Other responses

- `400` — Invalid token.
- `401` — Unauthenticated.

---

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