- Datasets hold your ingested records and expose a schema you can query.
- Search runs over one or more datasets in
text,sql, orsemanticmode and returns a single shared envelope. - Handles — a
search_id,view_id, or cursor — let you page, export, and re-run a query without copying results around. - Provenance ties each result back to the exact source object and line it came from.
Start here
Quickstart
Run your first search in a few minutes with curl, Python, or TypeScript.
Authentication
Authenticate with a bearer token and select your tenant.
Core concepts
Understand datasets, the search model, handles, views, and provenance.
API reference
Browse every endpoint with request and response schemas.