Skip to main content

List Access Tokens

List personal access tokens, showing the token ID, description, creation date, expiration date, and whether the token is disabled.

Token values are never listed — only their metadata.

Syntax

list access tokens [for user <user reference>] [as text]

Parameters

user reference

Email — The user whose tokens to list. Omit it to list your own. Naming another user is only supported for service accounts.

Options

as text

Render the result as plain text rather than a table.

Security

For your own tokens, requires the AccessToken permission on the organization. Organization administrators also qualify — Admin satisfies the same check.

For a service account's tokens, organization administrator is required instead. The AccessToken permission alone does not grant it.