---
title: "Get a specific domain by name"
method: GET
path: "/workspaces/{workspace_domain}/domains/{id}"
tags: ["Domains API"]
---

# Get a specific domain by name

`GET /workspaces/{workspace_domain}/domains/{id}`

## Path parameters

- `workspace_domain` string, required
- `id` string, required

## Response `200`

- DomainView
  - `url` string — API endpoint to GET this object
  - `html_url` string — Web URL to view this object in Buddy.works
  - `name` string — The name of the domain
  - `id` string — The ID of the domain
  - `type` 'REGISTERED' | 'POINTED' | 'PRIVATE' | 'CLAIMED' — The type of the domain
  - `pointed_via` string[]
  - `auto_renew` boolean — Whether the domain is set to auto-renew
  - `transfer_lock` boolean — Whether the domain has transfer lock enabled
  - `dnssec` boolean — Whether DNSSEC is enabled for the domain
  - `expiry_date` string, date-time — The expiration date of the domain registration

---

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