---
title: "Get list of operations"
method: GET
path: "/operations"
tags: ["operations"]
---

# Get list of operations

`GET /operations`

Get paginated list of past operations, with the ability to filter based on various criteria.

Results ordered with newest operations first.

## Query parameters

- `domain` string[]
- `status` OperationStatus[]
- `type` OperationType[]
- `$cursor` string

## Response `200`

- OperationListResponse
  - `@type` 'unstoppabledomains.com/partner.v3.CursorList', required
  - `items` OperationMinimalResponse[], required
    - `id` string, required
    - `@type` 'unstoppabledomains.com/partner.v3.OperationMinimal', required
    - `status` 'QUEUED' | 'SIGNATURE_REQUIRED' | 'PROCESSING' | 'COMPLETED' | 'FAILED' | 'CANCELLED', required
    - `type` 'DOMAIN_CLAIM' | 'DOMAIN_UPDATE' | 'DOMAIN_RETURN' | 'WALLET_CREATE' | 'WALLET_UPDATE' | 'WALLET_VERIFY' | 'ACCOUNT_UPDATE', required
    - `domain` string
    - `lastUpdatedTimestamp` number, required
  - `next` CursorListResponseNext, required
    - `$cursor` string, nullable, required

## Other responses

- `400`

---

[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)
