---
title: "List processes in Pipeline"
method: GET
path: "/api/v1/orgs/{orgId}/processes"
tags: ["processes"]
---

# List processes in Pipeline

`GET /api/v1/orgs/{orgId}/processes`

List processes in Pipeline

## Path parameters

- `orgId` integer, required

## Query parameters

- `type` 'cluster-upgrade'
- `resourceId` string
- `parentId` string
- `status` 'running' | 'failed' | 'finished' | 'canceled'

## Response `200`

Processes listed

- Process[]
  - `id` string
  - `parentId` string
  - `orgId` integer
  - `type` string
  - `log` string
  - `resourceId` string
  - `resourceType` string
  - `status` 'running' | 'failed' | 'finished' | 'canceled'
  - `startedAt` string, date-time
  - `finishedAt` string, date-time, nullable
  - `events` ProcessEvent[]
    - `id` integer
    - `processId` string
    - `type` string
    - `log` string
    - `status` 'running' | 'failed' | 'finished' | 'canceled'
    - `timestamp` string, date-time

## Other responses

- `default` — Internal server error

---

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