Skip to main content
GET
Flattened records of one dataset (export shape)

Authorizations

hookie_session
string
cookie
required

The console's sealed session cookie, set by WorkOS AuthKit. Mutating requests also require the X-Requested-With CSRF header.

Path Parameters

pid
string
required

Project id (UUID) belonging to the caller workspace.

dataset
string
required

Dataset name; must match ^[a-z][a-z0-9_]{0,62}$ (case-insensitive).

Pattern: ^[A-Za-z][A-Za-z0-9_]{0,62}$

Response

Up to 1000 newest records, payload JSON flattened into rows with the meta columns _id, _received_at and _source prepended. columns is the union of meta columns and every payload key seen. A non-object payload becomes a single value key.

dataset
string
required
columns
string[]
required
rows
object[]
required