---
title: "Get Pipeline Configuration"
method: GET
path: "/api/v1/runs/{run_id}/pipeline-configuration"
tags: ["runs"]
---

# Get Pipeline Configuration

`GET /api/v1/runs/{run_id}/pipeline-configuration`

Get the pipeline configuration of a specific pipeline run using its ID.

Args:
    run_id: ID of the pipeline run to get.

Returns:
    The pipeline configuration of the pipeline run.

## Path parameters

- `run_id` string, uuid, required

## Response `200`

Successful Response

- object

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity

---

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