---
title: "List Managed Processes"
method: GET
path: "/api/bash/processes/managed"
tags: ["bash"]
---

# List Managed Processes

`GET /api/bash/processes/managed`

Lists all background processes managed by the system.

## Response `200`

Successfully retrieved process list

- ProcessInfo[]
  - `pid` integer, required — Process ID
  - `command` string, required — Command that was executed
  - `status` string, required — Current status of the process
  - `output` string, nullable — Process output if available

## Other responses

- `500` — Internal server error

## Changes

- **2026-07-13** `5424450258fc` — 1 info
  - endpoint added
- **2025-01-13** `a2d864f3a8db` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/cuse-dev/apis/fastapi/changes/api/bash/processes/managed/get.md)

---

[API](https://skmtc.dev/cuse-dev/apis/fastapi.md) · [All operations](https://skmtc.dev/cuse-dev/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cuse-dev/fastapi/revisions/5424450258fc/schema)
