---
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

---

[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)
