---
title: "List Api Keys"
method: GET
path: "/v1/organization/projects/{project_id}/api_keys"
tags: ["Organization"]
---

# List Api Keys

`GET /v1/organization/projects/{project_id}/api_keys`

List all API keys for a given project.

## Path parameters

- `project_id` integer, required

## Response `200`

Successful Response

- ApiKeyDetailsResponse[]
  - `id` string, required — API key ID
  - `redacted_value` string, required — Redacted API key value
  - `name` string, nullable — Name of the API key
  - `expires_at` integer, required — Expiration timestamp
  - `created_at` integer, required — Creation timestamp
  - `revoked_at` integer, nullable — Revocation timestamp

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/flower/apis/superlink-api.md) · [All operations](https://skmtc.dev/flower/apis/superlink-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flower/superlink-api/revisions/adf853ac4f41/schema)
