Skip to main content
Programmatically access and search your Raindrop data. Build dashboards, create eval sets, export data, or integrate Raindrop into your workflows.

Installation

Quick Start

Get your Query API key here (this is different from the write key used for ingestion).
Reads are scoped to a single project. Requests resolve to your org’s Production project (slug default) by default, so single-project orgs need nothing extra. To target another project, send its slug in the X-Raindrop-Project-Id header. See the Query API reference.

Common Patterns

List Signals

Get Events for a Signal

Event Counts Over Time


Error Handling