> ## 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 lineage component path list

List paths on a component (CODE components only).

## Usage

```bash theme={null}
gable lineage component path list [OPTIONS]
```

## Options

| Option        | Type        | Required | Default | Description                                                                                                                                                                        |                                                                 |
| ------------- | ----------- | -------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| `--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.                                                                                                  |                                                                 |
| `--component` | text        | ✓        |         | Component name or UUID.                                                                                                                                                            |                                                                 |
| `--mode`      | `collapsed` | `all`    |         |                                                                                                                                                                                    | Path projection mode (collapsed=effective state, all=scan+BYO). |
| `--pager`     | boolean     |          | false   | Have output sent to a pager for viewing, e.g. less.                                                                                                                                |                                                                 |
