# List all wallet tags in vault

List all tags from all wallets in the vault

Endpoint: GET /v2/vaults/{vaultId}/wallets/tags
Version: 2.0
Security: TokenAuth

## Path parameters:

  - `vaultId` (string, required)
    The vault ID

## Response 200 fields (application/json):

  - `walletId` (string, required)
    The wallet ID
    Example: "ce4918bf-a199-4ce2-85a3-d0d296855384"

  - `vaultId` (string, required)
    The vault ID
    Example: "ce4918bf-a199-4ce2-85a3-d0d296855384"

  - `tags` (array)
    The tags belonging to the wallet
    Example: ["Issuing wallet"]

## Response 400 fields (application/json):

  - `code` (integer)

  - `message` (string)

  - `details` (array)

  - `details.@type` (string)


