---
title: "Get a Project"
method: GET
path: "/v1/projects/{project_id}"
tags: ["projects"]
---

# Get a Project

`GET /v1/projects/{project_id}`

Retrieves information about the specified project

## Path parameters

- `project_id` string, required

## Query parameters

- `limit` number, double
- `page` number, double

## Headers

- `Authorization` string, required

## Response `200`

A project

- GetProjectV1Response
  - `project_id` string — The unique identifier of the project
  - `mip_opt_out` boolean — Model Improvement Program opt-out
  - `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/versions/bd7ba5c18a6b/schema)
