---
title: "Gets a pipeline by its id."
method: GET
path: "/pipeline/{pipelineId}"
tags: ["Pipeline"]
---

# Gets a pipeline by its id.

`GET /pipeline/{pipelineId}`

## Path parameters

- `pipelineId` string, required

## Response `200`

OK

- GetPipelineByIdEndpointOutput
  - `artifacts` object, required — The artifacts attached to the pipeline, keyed by their role.
  - `featureFlags` FeatureFlag[], required — The feature flags enabled for the pipeline.
    - `key` string, required
    - `value` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/rapidata/apis/rapidata-api.md) · [All operations](https://skmtc.net/rapidata/apis/rapidata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapidata/rapidata-api/versions/e42ec51c7b88/schema)
