> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plerion.com/llms.txt
> Use this file to discover all available pages before exploring further.

# plerion integrations

> List cloud integrations.

With **plerion integrations**, you can list all cloud integrations (AWS, Azure, GCP, Kubernetes) configured in your tenant.

***

## Synopsis

```bash theme={"system"}
plerion integrations list [options]
```

***

## Subcommands

### list

List cloud integrations (AWS, Azure, GCP, Kubernetes).

```bash theme={"system"}
plerion integrations list [options]
```

#### Options

| Flag              | Type   | Description                              |
| ----------------- | ------ | ---------------------------------------- |
| `--per-page`      | number | Results per page (default: 50)           |
| `--include-total` | flag   | Include total count in response metadata |
| `--all`           | flag   | Fetch all pages automatically            |

***

## Examples

```bash theme={"system"}
# List all integrations
plerion integrations list

# Include total count
plerion integrations list --include-total --output json

# Extract integration IDs
plerion integrations list --output json --query 'data[*].integrationId'

# Fetch all integrations across all pages
plerion integrations list --all --output json
```

***

## Output columns

Table output includes all fields returned by the API:

| Column               | Description                                          |
| -------------------- | ---------------------------------------------------- |
| ID                   | Integration ID                                       |
| NAME                 | Integration name                                     |
| PROVIDER             | Cloud provider (`AWS`, `Azure`, `GCP`, `Kubernetes`) |
| TYPE                 | Integration type                                     |
| STATUS               | Integration status (e.g. `ACTIVE`)                   |
| RISK SCORE           | Numeric risk score                                   |
| SCHEDULE             | Scan schedule                                        |
| SCAN INTERVAL        | Scan interval setting                                |
| DETECTION SETTING ID | Detection setting ID                                 |
| TENANT ID            | Tenant ID                                            |
| ORG ID               | Organization ID                                      |
| AWS ACCOUNT          | AWS account ID                                       |
| AZURE SUBSCRIPTION   | Azure subscription ID                                |
| AZURE DIRECTORY      | Azure directory/tenant ID                            |
| GCP PROJECT          | GCP project ID                                       |
| CREATED AT           | Creation timestamp                                   |
| UPDATED AT           | Update timestamp                                     |
