---
title: "Get token operation"
method: GET
path: "/token-operations/{operationId}"
tags: ["tokens"]
---

# Get token operation

`GET /token-operations/{operationId}`

## Path parameters

- `operationId` string, required

## Response `200`

OK

- TokenOperation
  - `id` string
  - `tokenId` string
  - `operationType` 'CREATE_TOKEN' | 'DEPLOY_TOKEN' | 'MINT' | 'BURN' | 'TRANSFER' | 'GRANT_ROLE' | 'REVOKE_ROLE' | 'PAUSE' | 'UNPAUSE' | 'FREEZE' | 'UNFREEZE' | 'UPDATE_COMPLIANCE' | 'ALLOWLIST_ADD' | 'ALLOWLIST_REMOVE'
  - `status` string — Inherits the transaction state machine.
  - `transactionRequestId` string, nullable
  - `transactionHash` string, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `data` object

## Other responses

- `default` — Error

## Changes

- **2026-04-27** `fc446944e3ec` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/quantum-chain-pte-ltd/apis/qustody-api/changes/token-operations/:operationId/get.md)

---

[API](https://skmtc.dev/quantum-chain-pte-ltd/apis/qustody-api.md) · [All operations](https://skmtc.dev/quantum-chain-pte-ltd/apis/qustody-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quantum-chain-pte-ltd/qustody-api/revisions/ecb2cea3c096/schema)
