v26

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-1247150179.9 KB
operations

List operations

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

get/operations

Query parameters

domainstring[] required
statusstring[] required
typestring[] required
$cursorinteger

Response

List of operations

@type'unstoppabledomains.com/partner.v3.CursorList' required

Example response

{
  "items": [
    {
      "id": "op-a1b2c3d4-e5f6-7890-abcd-ef1234567890"
    }
  ]
}