> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Healthz

> Process is up

### Response

No response body. Process is up.

### Status codes

| Code  | Meaning          |
| ----- | ---------------- |
| `200` | Process is up    |
| `400` | Validation error |
| `401` | Unauthorized     |
| `404` | Not found        |
| `429` | Rate limited     |
| `500` | Internal error   |

<RequestExample>
  ```bash cURL theme={null}
  curl --request GET \
    --url 'https://api.workstream.stateset.com/healthz'
  ```
</RequestExample>
