---
title: "Get a pipeline"
method: GET
path: "/pipelines/{name}"
tags: ["Pipelines"]
---

# Get a pipeline

`GET /pipelines/{name}`

Get the details of a specific pipeline by name.

## Path parameters

- `name` string, required

## Response `200`

Default Response

- object
  - `name` string, required
  - `type` string, required
  - `status` union, required
    - 'RUNNING'
    - 'PAUSED'
    - 'RESTARTING'
    - 'DEPLOYING'
    - 'STOPPED'
    - 'FAILED'
    - 'UNKNOWN'
  - `definition` object, required
    - `sources` object, required
    - `transforms` object, required
    - `sinks` object, required
    - `description` string
    - `resource_size` string
    - `use_dedicated_ip` boolean
    - `job` boolean
  - `resource_size` string
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `version` number
  - `project_id` string

---

[API](https://skmtc.dev/goldsky/apis/goldsky-api.md) · [All operations](https://skmtc.dev/goldsky/apis/goldsky-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goldsky/goldsky-api/revisions/e4e2be268b6b/schema)
