---
title: "List all the public keys Humanitec shares with an organization."
method: GET
path: "/orgs/{orgId}/humanitec-keys"
tags: ["public", "HumanitecPublicKeys"]
---

# List all the public keys Humanitec shares with an organization.

`GET /orgs/{orgId}/humanitec-keys`

## Path parameters

- `orgId` string, required

## Query parameters

- `active` boolean

## Response `200`

A possible empty list of public keys which Humanitec shares with an organization, sorted by the active value and descending by creation date.

- HumanitecPublicKey[]
  - `pub_key` string, required
  - `active` boolean, required
  - `created_at` string, date-time, required

## Other responses

- `404` — Either the resource or a related resource could not be found. More detail can be found in the error body.

---

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