Dataset Endpoints
Retrieve Dataset
Retrieve dataset by ID
GET
/
datasets
/
{id}
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
id
string
requiredResponse
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?