---
title: "List Project Keys"
method: GET
path: "/v1/projects/{project_id}/keys"
tags: ["keys"]
---

# List Project Keys

`GET /v1/projects/{project_id}/keys`

Retrieves all API keys associated with the specified project

## Path parameters

- `project_id` string, required

## Query parameters

- `status` 'active' | 'expired'

## Headers

- `Authorization` string, required

## Response `200`

A list of API keys

- ListProjectKeysV1Response
  - `api_keys` ListProjectKeysV1ResponseApiKeysItems[]
    - `member` ListProjectKeysV1ResponseApiKeysItemsMember
      - `member_id` string
      - `email` string
    - `api_key` ListProjectKeysV1ResponseApiKeysItemsApiKey
      - `api_key_id` string
      - `comment` string
      - `scopes` string[]
      - `created` string, date-time

## Other responses

- `400` — Invalid Request

---

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