Update content/influxdb3/core/admin/tokens/admin/list.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
pull/6026/head
Jason Stirnaman 2025-04-28 10:06:36 -05:00 committed by GitHub
parent bcb1977844
commit 97856f61c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ title: List admin tokens
description: >
Use the `influxdb3` CLI or the `/api/v3` HTTP API
to list admin tokens for your {{< product-name >}} instance.
Use the `influxdb3 show tokens` command to list all tokens or use SQL to query token metadata directly from the `SYSTEM.TOKENS` table.
Use the `influxdb3 show tokens` command to list all tokens or use SQL to query token metadata directly from the `system.tokens` table.
menu:
influxdb3_core:
parent: Admin tokens