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

# Pipeline

> See how a workflow extracts, transforms, and delivers data

The **Pipeline** tab in the workflow sidebar shows a workflow's three steps:

* **Extract** — how the source is fetched: direct API, browser scrape, and more.
* **Transform** — the workflow's transformation, if any, plus built-in function fields.
* **Load** — downloads, API access, and connectors receiving each run's results.

<img noZoom src="https://mintcdn.com/kadoa/-waCybaKWzUoTsHB/images/workflows/pipeline.png?fit=max&auto=format&n=-waCybaKWzUoTsHB&q=85&s=8b19122aff988361d5c315a88a7dfb7d" alt="Pipeline panel showing Extract, Transform, and Load tabs with transformed fields" width="1065" height="1168" data-path="images/workflows/pipeline.png" />

## Transformation

The **Transform** section lists the fields the transformation reads and the fields it adds or modifies, each with a summary of how it is computed when available. Click a field to open it in the [Schema](/docs/ui/workflows/schemas) tab; untouched fields pass through as-is. Workflows without a transformation show a note saying so.

## API

* [Get workflow by ID](/api-reference/workflows/get-workflow-by-id) returns the `transformation` object.
* [List workflow connectors](/api-reference/workflows/list-workflow-connectors) returns the workflow's delivery connectors.
