---
title: "Get"
method: GET
path: "/security/keys/{uuid}"
tags: ["Private Keys"]
---

# Get

`GET /security/keys/{uuid}`

Get key by UUID.

## Path parameters

- `uuid` string, required

## Response `200`

Get all private keys.

- PrivateKey — Private Key model
  - `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.
- `404` — Private Key not found.

---

[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/versions/08be5dc8e729/schema)
