---
title: "List domains"
method: GET
path: "/servers/{qualifiedName}/domains"
tags: ["domains"]
---

# List domains

`GET /servers/{qualifiedName}/domains`

List the domains for a server.

## Path parameters

- `qualifiedName` string, required

## Response `200`

Domain list

- DomainListResponse
  - `domains` DomainResource[], required
    - `id` 'managed', required
    - `type` 'managed', required
    - `hostname` string, required
    - `subdomain` string, required
    - `createdAt` string, required
    - `updatedAt` string, required

## Other responses

- `404` — Server not found

## Changes

- **2026-03-25** `f13d57edead0` — 5 breaking, 5 info
  - removed the required property `domains/items/allowUnauthenticated` from the response with the `200` status
  - removed the required property `domains/items/cnameTarget` from the response with the `200` status
  - removed the required property `domains/items/requiresConfig` from the response with the `200` status
  - removed the required property `domains/items/status` from the response with the `200` status
  - …6 more
- **2026-02-15** `e569829356ae` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/changes/servers/:qualifiedName/domains/get.md)

---

[API](https://skmtc.dev/smithery-ai/apis/smithery-platform-api.md) · [All operations](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/llms.txt) · [OpenAPI document](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/revisions/01f97a60fd96?raw)
