Skip to documentation content
Dataset APIDocs

Dataset API reference

Canonical v1 operations, resource groups, and compatibility rules.

In this guide
  1. 118 operations
  2. 221 schemas
  3. 3Bearer authentication
  4. 4OpenAPI 3.1
In this guide
  1. 118 operations
  2. 221 schemas
  3. 3Bearer authentication
  4. 4OpenAPI 3.1

Canonical contract

The OpenAPI 3.1 document is the source of truth for paths, methods, required fields, enums, limits, content types, and error responses. The handwritten guides explain safe usage without replacing that contract.

Operation groups

GroupOperations
DatasetsList datasets, get dataset, health
ReleasesList releases, get release, download release
QueriesQuery released rows
BuildsList, create, get, and cancel builds
SynthesisCreate definitions, run recipes, inspect reports, and list gated releases

Shared request contract

HeaderRequirement
AuthorizationBearer API key; required
X-API-VersionOptional; defaults to 1
Content-Typeapplication/json for POST bodies
Acceptapplication/json for structured responses

Compatibility policy

Optional response fields may be added within v1. Breaking path, method, required-field, or semantic changes require a new API major version and migration guidance. The dataset builder release schema is validated separately behind the public adapter.

Was this page helpful?