---
title: "Checks if the service is ready to accept requests."
method: GET
path: "/dx/api/people/v1/probes/ready"
tags: ["Probes"]
---

# Checks if the service is ready to accept requests.

`GET /dx/api/people/v1/probes/ready`

Determines if the service has completed its initialization and is ready to accept traffic. Useful for deployment scenarios to ensure traffic is only routed to ready instances.

## Response `200`

Service is ready and able to accept requests.

## Other responses

- `500` — Service is not ready or has encountered an initialization error.

---

[API](https://skmtc.net/hcl-tech-software/apis/people-api-v1-server.md) · [All operations](https://skmtc.net/hcl-tech-software/apis/people-api-v1-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hcl-tech-software/people-api-v1-server/versions/2267cfc94cf0/schema)
