Skip to main content
GET
Retrieve DataSet Details

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dataset_id
string
required

The ID of the DataSet

Response

Returns a DataSet object if a valid dataset_id was provided. When requesting, if the dataset_id is related to a DataSet that has been deleted, a subset of the DataSet's information will be returned, including a deleted property, which will be true.

id
string
name
string
description
string
rows
integer
columns
integer
schema
object
createdAt
string
updatedAt
string
pdpEnabled
boolean
policies
object[]