---
title: "List custom domains"
method: GET
path: "/deployments/{deployment_name}/custom_domains"
tags: ["Custom Domains"]
---

# List custom domains

`GET /deployments/{deployment_name}/custom_domains`

Get all custom domains configured for a deployment.

## Response `200`

- PlatformListCustomDomainsResponse
  - `domains` PlatformCustomDomainResponse[], required — List of custom domains configured for this deployment.
    - `creationTime` integer, required — Timestamp in milliseconds when this domain was created.
    - `deploymentName` string, required — The deployment name this domain is configured for.
    - `requestDestination` 'convexCloud' | 'convexSite', required
    - `domain` string, required — The custom domain name.
    - `verificationTime` integer, nullable — Timestamp in milliseconds when this domain was verified, or null if not yet verified.

---

[API](https://skmtc.dev/convex/apis/convex-management-api.md) · [All operations](https://skmtc.dev/convex/apis/convex-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/convex/convex-management-api/revisions/3dd5e601c536/schema)
