Skip to main content
GET
/
tags
/
{tagId}
TypeScript
const response: Promise<FireblocksResponse<Tag>> = fireblocks.tags.getTag(tagsApiGetTagRequest);
{
  "id": "df4c0987-30da-4976-8dcf-bc2dd41ae331",
  "label": "VIP",
  "isProtected": false,
  "updatedAt": 1717084800000,
  "description": "Tag for VIP customers",
  "color": "#FF5733",
  "pendingApprovalRequest": {
    "id": "12345",
    "type": "TAG_UPDATE",
    "state": "PENDING"
  }
}

Documentation Index

Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

tagId
string<uuid>
required

The ID of the tag to retrieve

Response

200 - application/json

A tag object

id
string<uuid>
required

The unique identifier of the tag

Example:

"df4c0987-30da-4976-8dcf-bc2dd41ae331"

label
string
required

The tag label

Example:

"VIP"

isProtected
boolean
default:false
required

Indication if the tag is a protected tag

updatedAt
number
required

The date and time the tag was last updated

Example:

1717084800000

description
string

Description for the tag

Example:

"Tag for VIP customers"

color
string

The tag color in hex format

Example:

"#FF5733"

pendingApprovalRequest
object

Approval request details