Datasets

List Datasets

This endpoint returns a list of configured datasets. The response can be formatted as JSON or CSV, and additional filters can be applied using query parameters.

get/v1/datasets

Query parameters

statusboolean
format'json' | 'csv'

The format of the response. Possible values are 'json' (default) or 'csv'.

sourcestring nullable

Filters datasets by source (e.g., postgres:aidemo_messages).

Response

List of datasets

acceleration_enabledboolean required

Whether acceleration is enabled for the dataset

fromstring required

The source where the dataset is located

namestring required

The name of the dataset

propertiesobject

Custom properties for the dataset

replication_enabledboolean required

Whether replication is enabled for the dataset

status'Initializing' | 'Ready' | 'Disabled' | 'Error' | 'Refreshing' | 'ShuttingDown'

Represents the status of a component (e.g. dataset, model, etc).

Changes