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
Example response
{
"items": [
{
"id": "op-a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}
]
}