> ## 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.

# Readyz

> Database and Temporal probes passed

### Response

No response body. Database and Temporal probes passed.

### Status codes

| Code  | Meaning                             |
| ----- | ----------------------------------- |
| `200` | Database and Temporal probes passed |
| `400` | Validation error                    |
| `401` | Unauthorized                        |
| `404` | Not found                           |
| `429` | Rate limited                        |
| `500` | Internal error                      |
| `503` | A probe failed                      |

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