Get Async Operation Status
get_async_operationCheck the status of an asynchronous domain operation using its operation ID. Returns pending, success, or failed with details.
Instructions
Poll the status of an asynchronous operation by its operation ID. Operations like domain registration, renewal, restore, and transfer are async — they return an operationId immediately and process in the background. Call this tool with the operationId to check if the operation has completed. Possible statuses: 'pending' (still processing), 'success' (completed successfully), 'failed' (operation failed — check details for reason).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operationId | Yes | The operation ID returned by an async operation (register_domain, renew_domain, restore_domain, or transfer_domain) |