---
title: "List all purchased domains and mailboxes with provisioning status"
method: GET
path: "/v1/domain"
tags: ["domain"]
---

# List all purchased domains and mailboxes with provisioning status

`GET /v1/domain`

List all domains and mailboxes purchased for the account, with provisioning status.

Use this to check whether async provisioning has completed after calling <code>POST /v1/domain</code>. Poll until <code>status</code> changes from <code>inProgress</code> to <code>active</code>.

Status values observed: <code>inProgress</code> (provisioning in progress), <code>active</code> (provisioned and live), <code>deleted</code> (domain removed), <code>failed</code>, <code>expired</code>.

Use <code>domains[].id</code> as the <code>id</code> in <code>DELETE /v1/domain/{id}</code> or <code>POST /v1/domain/{id}/revoke</code>.

## Query parameters

- `search` string
- `order` 'Asc' | 'Desc'

## Response `200`

Domains fetched successfully

## Other responses

- `400` — 4000: Failed to fetch domains<br><br>

---

[API](https://skmtc.dev/saleshandy/apis/develop-with-saleshandy.md) · [All operations](https://skmtc.dev/saleshandy/apis/develop-with-saleshandy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/saleshandy/develop-with-saleshandy/revisions/fdaa0f2dcdfb/schema)
