---
title: "Get a pipeline schema."
method: GET
path: "/orgs/{orgId}/apps/{appId}/pipelines/{pipelineId}/schema"
tags: ["public", "Pipelines"]
---

# Get a pipeline schema.

`GET /orgs/{orgId}/apps/{appId}/pipelines/{pipelineId}/schema`

## Path parameters

- `orgId` string, required
- `appId` string, required
- `pipelineId` string, required

## Query parameters

- `version` string

## Headers

- `Accept` string

## Response `200`

Successful get response.

- object

## Other responses

- `400` — The request was invalid. More detail can be found in the error body.
- `404` — Either the resource or a related resource could not be found. More detail can be found in the error body.

---

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