/api/datasets/{dataset_id}/batch_exports/

Creates a new batch export configuration. This endpoint requires a destination type (e.g., S3, Snowflake), an interval (e.g., daily, hourly), and the necessary credentials to configure the export pipeline.

Recommended Snowflake DDL:

CREATE TABLE your_table_name (
    uuid VARCHAR(36),
    timestamp TIMESTAMP_NTZ,
    created_at TIMESTAMP_NTZ,
    event VARCHAR,
    properties VARIANT,
    distinct_id VARCHAR(36),
    person_id VARCHAR(36),
    person_properties VARIANT,
    elements_chain VARCHAR
);

Beta notice:

Snowflake support is currently in beta.

Language
Credentials
Bearer
Click Try It! to start a request and see the response here!