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

# Get a process in Pipeline

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

Get a process in Pipeline

## Path parameters

- `orgId` integer, required
- `id` string, required

## Response `200`

The process

- 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)
