---
title: "List all processes"
method: GET
path: "/process"
tags: ["process"]
---

# List all processes

`GET /process`

Get a list of all running and completed processes

## Response `200`

Process list

- ProcessResponse[]
  - `command` string, required
  - `completedAt` string, required
  - `exitCode` integer, required
  - `keepAlive` boolean — Whether scale-to-zero is disabled for this process
  - `logs` string, required
  - `maxRestarts` integer
  - `name` string, required
  - `pid` string, required
  - `restartCount` integer
  - `restartOnFailure` boolean
  - `startedAt` string, required
  - `status` 'failed' | 'killed' | 'stopped' | 'running' | 'completed', required
  - `stderr` string, required
  - `stdout` string, required
  - `workingDir` string, required

---

[API](https://skmtc.net/blaxel/apis/blaxel-control-plane.md) · [All operations](https://skmtc.net/blaxel/apis/blaxel-control-plane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blaxel/blaxel-control-plane/versions/dfa264bc72ee/schema)
