# Retrieves pending on-chain record management operations Retrieves a list of pending on-chain record operations for this domain. Authentication is required using domain owner signature. Endpoint: GET /user/{domain}/records/manage Version: 1.0.0 ## Path parameters: - `domain` (string, required) The domain name to retrieve pending operations ## Header parameters: - `x-auth-domain` (string, required) The domain to authorize Example: "mydomain.tld" - `x-auth-expires` (string, required) The expiration time of the signature Example: 1765522015090 - `x-auth-signature` (string, required) The signature generating using domain owner private key Example: "0b62348775da58077591e2d20506371e8d94a5a83031f34b9ac85845d3463e73b0f0a500875830785c093515806e354cda6c217acab0fce5245d662eff4105f5e1c" ## Response 200 fields (application/json): - `type` (string) Description of response type Example: "unstoppabledomains.com/partner.v3.OperationType" - `items` (array) A list of operations - `items.id` (string) The operation ID Example: 123 - `items.dependencies` (array) Tasks that must be completed before the operation is complete - `items.dependencies.id` (string) The dependency ID Example: 456 - `items.dependencies.transaction` (object) On-chain transaction details - `items.dependencies.transaction.hash` (string) Transaction hash of the on-chain operation Example: 291 - `items.dependencies.transaction.messageToSign` (string) A message that must be signed by the domain owner's wallet to complete the transaction Example: 1110 ## Response 400 fields ## Response 404 fields