---
title: "Get domains routable to a distribution"
method: GET
path: "/workspaces/{workspace_domain}/distributions/{distribution_id}/routable-domains"
tags: ["Distribution API"]
---

# Get domains routable to a distribution

`GET /workspaces/{workspace_domain}/distributions/{distribution_id}/routable-domains`

## Path parameters

- `workspace_domain` string, required
- `distribution_id` string, required

## Query parameters

- `project_name` string
- `environment_id` string

## Response `200`

- RoutableDomainsView
  - `url` string — API endpoint to GET this object
  - `html_url` string — Web URL to view this object in Buddy.works
  - `routable_domains` RoutableDomainView[]
    - `domain` string — The domain available for routing
    - `type` 'ROUTING' | 'CLAIMABLE' | 'USER' | 'CLAIMED' | 'NS_POINTED' | 'CNAME_POINTED' — The type of DNS zone
    - `zone_id` string — The ID of the DNS zone

---

[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)
