List Datapoints

GET
List all Datapoints for the Dataset with the given ID.

Path parameters

idstringRequired
Unique identifier for Dataset.

Query parameters

version_idstringOptional
A specific Version ID of the Dataset to retrieve.
environmentstringOptional
Name of the Environment to retrieve a deployed Version from.
pageintegerOptional
Page number for pagination.
sizeintegerOptional
Page size for pagination. Number of Datapoints to fetch.

Response

This endpoint returns an object.
recordslist of objects
pageinteger
sizeinteger
totalinteger

Errors