/v1/health endpoint lets you verify that the Astra API is reachable and ready to handle requests. When the service is healthy, it returns an HTTP 200 response. You can call this endpoint before making a batch of requests or from a monitoring system to detect outages.
Endpoint
Request
TheUser-Agent header is required for all requests to the Astra API. Use the format AppName/Version (+URL).
Response
A200 status in the response body confirms that the API is healthy and ready to serve requests. Any other status — or a network error — indicates the service may be unavailable.
HTTP status code. Returns
200 when the API is healthy.