Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: RisingWave Events Healthz API
version: '1.0'
description: HTTP API for real-time event ingestion and SQL query execution against a running RisingWave instance. Supports inserting events into streaming tables and running PostgreSQL-compatible SQL queries.
contact:
name: RisingWave Labs
url: https://risingwave.com
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
servers:
- url: /v1
description: Base API path
tags:
- name: Healthz
paths:
/healthz:
get:
summary: Health check endpoint
operationId: healthCheck
description: Returns 200 when the Events API service is healthy and ready to serve requests.
responses:
'200':
description: Service is healthy
'503':
description: Service unavailable
tags:
- Healthz
externalDocs:
description: RisingWave Documentation
url: https://docs.risingwave.com