> 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-metrics-integrations.md).

# LIST METRICS INTEGRATIONS

## Syntax <a href="#synopsis" id="synopsis"></a>

```sql
[ LIST | SHOW ] METRICS INTEGRATIONS;
```

## Description <a href="#description" id="description"></a>

List all configured metrics integrations.

## Examples <a href="#example" id="example"></a>

#### List metrics integrations

```sh
demodb.public/demostore# LIST METRICS INTEGRATIONS;
+----------------+---------------+-------------------------------+-------------------------------+
|  Name          |  Region       |  Created At                   |  Expires At                   |
+================+===============+===============================+===============================+
| my-integration | K3D us-east-1 | 2024-07-17 20:45:03 +0000 UTC | 2024-10-15 20:45:03 +0000 UTC |
+----------------+---------------+-------------------------------+-------------------------------+
```
