---
title: "List Org Key Route"
method: GET
path: "/api/v1/orgs/{org_id}/keys"
tags: ["api-keys"]
---

# List Org Key Route

`GET /api/v1/orgs/{org_id}/keys`

## Path parameters

- `org_id` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Headers

- `Authorization` string, nullable

## Response `200`

Successful Response

- PaginatedResponseOrgKeyRead
  - `items` OrgKeyRead[], required
    - `key` string, required
    - `key_id` string, required
    - `name` string, nullable, required
    - `org_id` string, uuid, required
    - `created_at` string, date-time, required
    - `expires_at` string, date-time, nullable
    - `last_used_at` string, date-time, nullable
    - `scopes` string[]
    - `expired` boolean
  - `total` integer, required
  - `limit` integer, required
  - `offset` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-25** `e63bfe8e38b4` — 5 info
  - added the optional property `items/items/expired` to the response with the `200` status
  - added the optional property `items/items/expires_at` to the response with the `200` status
  - added the optional property `items/items/last_used_at` to the response with the `200` status
  - added the optional property `items/items/scopes` to the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/xenovia/apis/controlplane/changes/api/v1/orgs/:org_id/keys/get.md)

---

[API](https://skmtc.dev/xenovia/apis/controlplane.md) · [All operations](https://skmtc.dev/xenovia/apis/controlplane/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xenovia/controlplane/revisions/18ce94490752/schema)
