---
title: "List Keys By Org"
method: GET
path: "/external-api-keys/{org_name}"
tags: ["external-api-keys"]
---

# List Keys By Org

`GET /external-api-keys/{org_name}`

Get all API keys for an organization (active and inactive).

## Path parameters

- `org_name` string, required

## Response `200`

Successful Response

- ApiKeyResponse[]
  - `key_id` string, required
  - `org_name` string, required
  - `key_prefix` string, required
  - `is_active` boolean, required
  - `created_at` string, date-time, nullable

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/trytrata/apis/fastapi.md) · [All operations](https://skmtc.dev/trytrata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trytrata/fastapi/revisions/89fec75ff598/schema)
