---
title: "List Projects"
method: GET
path: "/v1/projects"
tags: ["projects"]
---

# List Projects

`GET /v1/projects`

Retrieves basic information about the projects associated with the API key

## Headers

- `Authorization` string, required

## Response `200`

A list of projects

- ListProjectsV1Response
  - `projects` ListProjectsV1ResponseProjectsItems[]
    - `project_id` string — The unique identifier of the project
    - `name` string — The name of the project

## Other responses

- `400` — Invalid Request

## Changes

- **2026-08-15** `76f89c68dacf` — 2 info
  - api tag `projects` added
  - api tag `manage > v1 > projects` removed
- **2026-08-12** `c761ed1f371e` — 2 info
  - api tag `manage > v1 > projects` added
  - api tag `projects` removed
- **2026-08-06** `bd7ba5c18a6b` — 2 info
  - api tag `projects` added
  - api tag `manage > v1 > projects` removed

[Change history](https://skmtc.dev/deepgram/apis/rest-api/changes/v1/projects/get.md)

---

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