---
title: "A viewset for viewing and editing job pipelines"
method: GET
path: "/job-pipelines/{id}/"
tags: ["job-pipelines"]
---

# A viewset for viewing and editing job pipelines

`GET /job-pipelines/{id}/`

A viewset for viewing and editing job pipelines

## Path parameters

- `id` string, required

## Response `200`

Successful response

- object
  - `id` integer
  - `name` string, nullable — Job Pipeline Name
  - `job_pipeline_stages` object — Stage of the match
    - `id` integer, required
    - `name` string
    - `rank` integer

---

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