Skip to main content
GET
Retrieve a list of datasets

Authorizations

X-BRONTO-API-KEY
string
header
required

Query Parameters

from
string[]

The ids of the datasets to filter the list by. At most one of from or from_expr may be provided. Both parameters are optional; if neither is provided, all datasets are returned. If none of the requested ids match an existing dataset, a 200 response with an empty datasets array is returned.

Minimum array length: 1
from_expr
string

Expression used to select the set of datasets to return. The expression defines the criteria for which datasets are included and is applied across all available datasets to produce the result set. Supports logical operators (AND, OR), comparison operators (=, !=), and quoted string literals. At most one of from or from_expr may be provided. Both parameters are optional; if neither is provided, all datasets are returned. If the expression matches no datasets, a 200 response with an empty datasets array is returned.

Response

A list of datasets

datasets
object[]