---
title: "Retrieve all job pipelines ordered alphabetically."
method: GET
path: "/job-pipelines/"
tags: ["job-pipelines"]
---

# Retrieve all job pipelines ordered alphabetically.

`GET /job-pipelines/`

Retrieve all job pipelines ordered alphabetically.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

Successful response

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` object[], required
    - `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)
