# Get pending operations for a domain Retrieve a list of operations that are currently in progress for the specified domain. Useful for checking if there are any active operations before initiating new changes. Endpoint: GET /domains/{name}/pending-operations Version: 1.0.0 Security: bearer ## Path parameters: - `name` (string, required) ## Response 200 fields (application/json): - `@type` (string, required) Enum: "unstoppabledomains.com/partner.v3.List" - `items` (array, required) - `items.type` (object, required) - `items.id` (string)