---
title: "List API Keys"
method: GET
path: "/v1/api-keys"
tags: ["API Keys"]
---

# List API Keys

`GET /v1/api-keys`

Lists metadata for all programmatic API keys. Secret key values are omitted.

## Query parameters

- `org_id` string, uuid, required

## Response `200`

List of API keys

- object
  - `api_keys` APIKey[], required
    - `id` string, uuid, required — Unique API Key identifier.
    - `name` string, required — Human-readable name given to the API key.
    - `org_id` string, uuid, required — UUID of the organization.
    - `team_id` string, uuid, nullable — Optional UUID of the team.
    - `operation` 'read_render' | 'all' | 'admin', required — The scope of operations.
    - `created_at` string, date-time, required — Timestamp when the API Key was created.
    - `last_used_at` string, date-time, nullable — Timestamp when the API Key was last used. Null if never used.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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