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

# gable data-asset list

List all data assets

## Usage

```bash theme={null}
gable data-asset list [OPTIONS]
```

## Options

| Option           | Type    | Required | Default | Description                                                                                                                                                                        |                                                            |
| ---------------- | ------- | -------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
| `-o`, `--output` | `table` | `json`   |         | table                                                                                                                                                                              | Format of the output. Options are: table (default) or json |
| `--full`         | boolean |          | false   | Return full data asset details including domain and path                                                                                                                           |                                                            |
| `--endpoint`     | text    |          |         | Customer API endpoint for Gable, in the format [https://api.company.gable.ai/](https://api.company.gable.ai/). Can also be set with the GABLE\_API\_ENDPOINT environment variable. |                                                            |
| `--api-key`      | text    |          |         | API Key for Gable. Can also be set with the GABLE\_API\_KEY environment variable.                                                                                                  |                                                            |
