LIST API_TOKENS

Syntax

{ LIST | SHOW } API_TOKENS;

Description

This command provides a list of API_TOKENS.

Examples

mydb.public/prod# LIST API_TOKENS;
    Name   |         Created at          |      Last used       |      Expires at       
-----------+-----------------------------+----------------------+-----------------------
  my_token | 2023-12-19T16:55:59.958068Z | 0001-01-01T00:00:00Z | 2024-03-18T16:55:59Z  

Last updated