---
title: "Get process status"
method: GET
path: "/process/{process_id}/status"
---

# Get process status

`GET /process/{process_id}/status`

## Path parameters

- `process_id` string, uuid, required

## Response `200`

Status

- ProcessStatus — Current status of a process.
  - `state` 'running' | 'exited' — Process state.
  - `exit_code` integer, nullable — Exit code if the process has exited.
  - `cpu_pct` number — Estimated CPU usage percentage.
  - `mem_bytes` integer — Estimated resident memory usage in bytes.

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2025-08-20** `e1658c618fd2` — 1 info
  - endpoint added
- **2025-06-27** `f980a92ab23f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/kernel/apis/kernel-images-api/changes/process/:process_id/status/get.md)

---

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