---
title: "Get all distributions in the workspace"
method: GET
path: "/workspaces/{workspace_domain}/distributions"
tags: ["Distribution API"]
---

# Get all distributions in the workspace

`GET /workspaces/{workspace_domain}/distributions`

## Path parameters

- `workspace_domain` string, required

## Query parameters

- `project_name` string
- `environment_id` string

## Response `200`

- DistributionsView
  - `url` string — API endpoint to GET this object
  - `html_url` string — Web URL to view this object in Buddy.works
  - `distributions` ShortDistributionView[]
    - `url` string — API endpoint to GET this object
    - `html_url` string — Web URL to view this object in Buddy.works
    - `id` integer — The ID of the distribution
    - `identifier` string — A human-readable ID of the distribution. Alphanumeric characters, underscores, and hyphens (hyphens cannot appear at the start or end).
    - `name` string — The name of the distribution
    - `disabled` boolean — Indicates if the distribution is disabled

---

[API](https://skmtc.net/buddy/apis/buddy-api.md) · [All operations](https://skmtc.net/buddy/apis/buddy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/buddy/buddy-api/versions/2426d67c249a/schema)
