Retrieve dataset by ID

get
/v1/datasets/{id}

Path Parameters

ParamTypeDescription

id

string

required

Responses

200
Success, an object with the following properties:
PropertyTypeDescription

created

string

The RFC3339-formatted time when the dataset was created.

description

string

Dataset description

id

string

Dataset ID

name

string

Unique dataset name

who

string

Name of the dataset creator

401
Forbidden, an object with the following properties:
PropertyTypeDescription

code

string

message

string

404
Not found, an object with the following properties:
PropertyTypeDescription

code

string

message

string

Was this page helpful?