---
title: "List Project Self-Hosted Distribution Credentials"
method: GET
path: "/v1/projects/{project_id}/self-hosted/distribution/credentials"
tags: ["selfHosted > v1 > distributionCredentials"]
---

# List Project Self-Hosted Distribution Credentials

`GET /v1/projects/{project_id}/self-hosted/distribution/credentials`

Lists sets of distribution credentials for the specified project

## Path parameters

- `project_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

A list of distribution credentials for a specific project

- ListProjectDistributionCredentialsV1Response
  - `distribution_credentials` ListProjectDistributionCredentialsV1ResponseDistributionCredentialsItems[] — Array of distribution credentials with associated member information
    - `member` ListProjectDistributionCredentialsV1ResponseDistributionCredentialsItemsMember, required
      - `member_id` string, uuid, required — Unique identifier for the member
      - `email` string, email, required — Email address of the member
    - `distribution_credentials` ListProjectDistributionCredentialsV1ResponseDistributionCredentialsItemsDistributionCredentials, required
      - `distribution_credentials_id` string, uuid, required — Unique identifier for the distribution credentials
      - `provider` string, required — The provider of the distribution service
      - `comment` string — Optional comment about the credentials
      - `scopes` string[], required — List of permission scopes for the credentials
      - `created` string, date-time, required — Timestamp when the credentials were created

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