# tuist account tokens list List Tuist account tokens. ## Arguments ### account-handle **Environment variable** `TUIST_ACCOUNT_TOKENS_ACCOUNT_HANDLE` The account handle to list the tokens for. ```bash tuist account tokens list [account-handle] ``` ### path `Optional` **Environment variable** `TUIST_ACCOUNT_TOKENS_PATH` The path to the directory or a subdirectory of the project. ```bash tuist account tokens list --path [path] tuist account tokens list -p [path] ``` ### json `Optional` Output the result as JSON. ```bash tuist account tokens list --json ```