---
title: "List Project Self-Hosted Distribution Credentials"
method: GET
path: "/v1/projects/{project_id}/self-hosted/distribution/credentials"
tags: ["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

## Changes

> 9 revisions in range; 1 could not be searched.

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

[Change history](https://skmtc.dev/deepgram/apis/rest-api/changes/v1/projects/:project_id/self-hosted/distribution/credentials/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)
