---
title: "Return nginx processes status"
method: GET
path: "/processes"
tags: ["Processes", "Method GET"]
---

# Return nginx processes status

`GET /processes`

Returns the number of abnormally terminated and respawned child processes.

## Response `200`

Success

- NginxProcesses
  - `respawned` integer — The total number of abnormally terminated and respawned child processes.

## Other responses

- `404` — Unknown version (*UnknownVersion*)

---

[API](https://skmtc.dev/nginx/apis/nginx-plus-rest-api.md) · [All operations](https://skmtc.dev/nginx/apis/nginx-plus-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nginx/nginx-plus-rest-api/revisions/533ae7834228/schema)
