Dataset
Create Dataset
Auth’ed user must be an owner of the organization to create a dataset.
POST
/
api
/
dataset
Authorizations
Authorization
string
headerrequiredHeaders
TR-Organization
string
requiredThe organization id to use for the request
Body
application/json
dataset_name
string
requiredName of the dataset.
organization_id
string
requiredOrganization ID that the dataset will belong to.
server_configuration
object
Lets you specify the configuration for a dataset
tracking_id
string | null
Optional tracking ID for the dataset. Can be used to track the dataset in external systems. Must be unique within the organization. Strongly recommended to not use a valid uuid value as that will not work with the TR-Dataset header.
Response
200 - application/json
created_at
string
requireddeleted
integer
requiredid
string
requiredname
string
requiredorganization_id
string
requiredserver_configuration
any
requiredtracking_id
string | null
updated_at
string
required