---
title: "Get deployment pipelines"
method: GET
path: "/deployment-pipelines"
tags: ["Deployment Pipelines"]
---

# Get deployment pipelines

`GET /deployment-pipelines`

## Query parameters

- `start-index` integer
- `max-results` integer

## Response `200`

The deployment pipelines

- DeploymentPipeline[]
  - `id` integer
  - `name` string, required
  - `integrationType` string, required
  - `integrationKey` string
  - `teams` TeamRel[]
    - `id` integer
    - `name` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `params` union — Dynamic params based on the chosen integration type of the pipeline
    - object — Deployment pipeline API integration params
    - object — Deployment pipeline Github integration params
      - `branchFilters` string[]
      - `eventFilters` string[]
  - `integrationUrl` string

---

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