---
title: "List Domains"
method: GET
path: "/domains"
tags: ["Domains"]
---

# List Domains

`GET /domains`

List managed domains with filtering and pagination.

## Query parameters

- `team_id` string, uuid
- `status` 'pending' | 'purchasing' | 'purchased' | 'setting_up' | 'active' | 'purchase_failed' | 'setup_failed' | 'inactive' | 'expired' | 'cancelled'
- `managed` 'internal' | 'external'
- `search` string

## Parameters

- `#/components/parameters/limit` — unresolved $ref
- `#/components/parameters/offset` — unresolved $ref

## Response `200`

List of domains

## Other responses

- `401` — Unauthorized - Invalid or missing API key

---

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