> ## 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 export

Export lineage data from Gable.

## Usage

```bash theme={null}
gable lineage export [OPTIONS]
```

## Options

| Option     | Type | Required | Default | Description                                                         |
| ---------- | ---- | -------- | ------- | ------------------------------------------------------------------- |
| `--run-id` | text | ✓        |         | Get the cross-service components for a given run-id (now event-id). |

## Example

```bash theme={null}
gable lineage export
```
