operations
Pending Operations for a domain
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.
get/domains/{name}/pending-operations
Path parameters
namestring required
Response
Example response
{
"items": [
{
"id": "op-4abb409c-9283-4589-bd36-d27a757a2165"
}
]
}