---
title: "Retrieves pending on-chain record management operations"
method: GET
path: "/user/{domain}/records/manage"
tags: ["Profile management endpoints"]
---

# Retrieves pending on-chain record management operations

`GET /user/{domain}/records/manage`

Retrieves a list of pending on-chain record operations for this domain. Authentication is required using domain owner signature.

## Path parameters

- `domain` string, required

## Headers

- `x-auth-domain` string, required
- `x-auth-expires` string, required
- `x-auth-signature` string, required

## Response `200`

List of pending on-chain operations

- OperationListResponse
  - `type` string — Description of response type
  - `items` Operation[] — A list of operations
    - `id` string — The operation ID
    - `dependencies` Dependency[] — Tasks that must be completed before the operation is complete
      - `id` string — The dependency ID
      - `transaction` object — On-chain transaction details
        - `hash` string — Transaction hash of the on-chain operation
        - `messageToSign` string — A message that must be signed by the domain owner's wallet to complete the transaction

## Other responses

- `400` — Request contained invalid parameters
- `404` — Domain not found

---

[API](https://skmtc.net/unstoppabledomains/apis/profile-api.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/profile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/profile-api/revisions/10f8400cb1c1/schema)
