Dataset Endpoints
List All Datasets
Get list of datasets available to the current user.
GET
/
datasets
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Response
200 - application/json
created
string
requiredThe RFC3339-formatted time when the dataset was created.
description
string
requiredDataset description
id
string
requiredDataset ID
name
string
requiredUnique dataset name
who
string
requiredName of the dataset creator
Was this page helpful?