> For the complete documentation index, see [llms.txt](https://docs.deltastream.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deltastream.io/reference/sql-syntax/command/list-api_tokens.md).

# LIST API\_TOKENS

## Syntax

```sql
[ LIST | SHOW ] API_TOKENS;
```

## Description

This command provides a list of a user's `API_TOKEN`s within the current [Access Control](/overview/core-concepts/access-control.md#organiation).

## Examples

```sh
<no-db>/<no-store># LIST API_TOKENS;
+-----------+-------------------------------+-------------------------------+-------------------------------+
|  Name     |  Last Used                    |  Created At                   |  Expires At                   |
+===========+===============================+===============================+===============================+
| my_token  | <null>                        | 2024-06-04 22:42:18 +0000 UTC | 2024-09-02 22:42:18 +0000 UTC |
+-----------+-------------------------------+-------------------------------+-------------------------------+
| mr_local  | 2024-06-04 22:39:12 +0000 UTC | 2024-06-04 22:36:28 +0000 UTC | 2024-09-02 22:36:28 +0000 UTC |
+-----------+-------------------------------+-------------------------------+-------------------------------+
```
