---
title: "Get pipeline result"
method: GET
path: "/pipelines/{pipeline_id}/result"
tags: ["Pipeline"]
---

# Get pipeline result

`GET /pipelines/{pipeline_id}/result`

Retrieves the details of a specific pipeline, including its steps and their status.

## Path parameters

- `pipeline_id` string, required

## Response `200`

Successful Response

- PipelineResult — Model for representing a pipeline result.
  - `element_results` object, required
  - `result` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ionworks/apis/fastapi.md) · [All operations](https://skmtc.dev/ionworks/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ionworks/fastapi/revisions/7337a3cbdaf2/schema)
