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

# List operations

`GET /operations`

Retrieve a paginated list of operations. Filter by domain name, status, or type. Supports cursor-based pagination.

## Query parameters

- `domain` string[], required
- `status` string[], required
- `type` string[], required
- `$cursor` integer

## Response `200`

List of operations

- OperationListResponse
  - `@type` 'unstoppabledomains.com/partner.v3.CursorList', required
  - `items` OperationMinimalResponse[], required
    - `@type` 'unstoppabledomains.com/partner.v3.OperationMinimal', required
    - `id` string, required — Operation ID
    - `status` 'PREVIEW' | 'QUEUED' | 'PROCESSING' | 'SIGNATURE_REQUIRED' | 'TRANSMISSION_REQUIRED' | 'FAILED' | 'COMPLETED' | 'CANCELLED' | 'AWAITING_UPDATES', required
    - `type` object, required
    - `domain` string
    - `suggestionJobId` string
    - `createdAtTimestamp` number, required
    - `lastUpdatedTimestamp` number, required
  - `next` CursorListResponseNext, required
    - `$cursor` string

## Other responses

- `400` — Invalid request
- `401` — Authentication required
- `403` — Insufficient permissions
- `500` — Internal server error

---

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