GET /v1/pipelines/{id}
Retrieve a Pipeline
Get a pipeline by ID or fully qualified name
GET
GET /v1/pipelines/{id}
Retrieve a Pipeline
Get a single pipeline by its unique ID or fully qualified name.Get by ID
string
required
UUID of the pipeline to retrieve.
string
Comma-separated list of fields to include (e.g.,
owners,tags,followers,votes,extension,domains,tasks,sourceHash).string
default:"non-deleted"
Include
all, deleted, or non-deleted entities.Get by Fully Qualified Name
UseGET /v1/pipelines/name/{fqn} to retrieve by fully qualified name.
string
required
Fully qualified name of the pipeline (e.g.,
sample_airflow.dbt_analytics_customers).string
Comma-separated list of fields to include:
owners, tags, followers, votes, extension, domains, tasks, sourceHash.string
default:"non-deleted"
Include
all, deleted, or non-deleted entities.GET /v1/pipelines/{id}
Returns
Returns a pipeline object with all requested fields populated.Response
string
Unique identifier for the pipeline (UUID format).
string
Pipeline name.
string
Fully qualified name in format
service.pipelineName.string
Human-readable display name.
string
Description of the pipeline in Markdown format.
string
URL to the pipeline in the source system.
object
Reference to the parent pipeline service.
string
Type of pipeline service (e.g., Airflow, Dagster, DBTCloud).
array
Pipeline tasks. Only included when
fields contains tasks.number
Version number for the entity.
array
List of owners. Only included when
fields contains owners.array
Classification tags. Only included when
fields contains tags.array
Domain assignments. Only included when
fields contains domains.