---
title: "GET /v1/continuousQueries/{id}/ready-wait"
method: GET
path: "/v1/continuousQueries/{id}/ready-wait"
tags: ["Continuous Queries"]
---

# GET /v1/continuousQueries/{id}/ready-wait

`GET /v1/continuousQueries/{id}/ready-wait`

## Path parameters

- `id` string, required

## Query parameters

- `timeout` integer, nullable

## Response `200`

Query is ready. Returns immediately when the resource status is 'Ready'.

## Other responses

- `400` — Invalid timeout value (must be <= 300 seconds)
- `404` — Query not found
- `500` — Internal server error
- `503` — Query not ready within timeout. The resource did not become ready within the specified timeout period.

---

[API](https://skmtc.dev/drasi-project/apis/drasi-management-api.md) · [All operations](https://skmtc.dev/drasi-project/apis/drasi-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/drasi-project/drasi-management-api/revisions/af9ebc62a894/schema)
