---
title: "Pending Operations for a domain"
method: GET
path: "/domains/{name}/pending-operations"
tags: ["operations"]
---

# Pending Operations for a domain

`GET /domains/{name}/pending-operations`

Unlike the operation list route, this endpoint will return a minimal representation of pending operations for a domain across **all activity** for a given domain.

Since we only allow a single concurrent operation for a domain (across all accounts), **this endpoint should be checked before attempting any domain operations**. This is particularly important for **self-custody domains**, as any account (or even the owner themself) can initiate operations.

## Path parameters

- `name` string, required

## Response `200`

- DomainPendingOperationsListResponse
  - `@type` 'unstoppabledomains.com/partner.v3.List', required
  - `items` DomainPendingOperationResponse[], required
    - `@type` 'unstoppabledomains.com/partner.v3.DomainPendingOperation', required
    - `type` union, required — Will be `UNKNOWN` if the operation is a blockchain operation not supported by the API but currently taking place on the blockchain.
      - 'UNKNOWN'
      - 'DOMAIN_CLAIM' | 'DOMAIN_UPDATE' | 'DOMAIN_RETURN' | 'WALLET_CREATE' | 'WALLET_UPDATE' | 'WALLET_VERIFY' | 'ACCOUNT_UPDATE'
    - `id` string — ID of the operation. Will only be included if the operation is associated with your account.

## Other responses

- `403` — Access to the resource or the ability to perform the requested operation is not allowed for your account.

---

[API](https://skmtc.net/unstoppabledomains/apis/web3-partner-api-v3.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/web3-partner-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/web3-partner-api-v3/revisions/8331236de8e8/schema)
