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

# List Project Invites

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

Generates a list of invites for a specific project

## Path parameters

- `project_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

A list of invites for a specific project

- ListProjectInvitesV1Response
  - `invites` ListProjectInvitesV1ResponseInvitesItems[]
    - `email` string — The email address of the invitee
    - `scope` string — The scope of the invitee

## 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/76f89c68dacf/schema)
