Thread Datasets
Get thread dataset
Get a thread dataset.
POST
/
tune.dataset.ThreadDatasetService
/
GetThreadDataset
Authorizations
X-Tune-Key
string
headerrequiredTune API Keys are the preferred way to authenticate with the API. You can create an API Key from your Tune Studio Profile → 'Access Keys' (in sidebar)
Body
application/json
auth
object
datasetId
string
The ID of dataset to retrieve.
Response
200 - application/json
id
string
The ID of the dataset.
name
string
The name of the dataset.
description
string
The description of the dataset.
format
string
The format of the dataset.
status
string
The status of the dataset.
createdAt
string
The creation time of the dataset.
updatedAt
string
The last update time of the dataset.
metadata
object
The metadata of the dataset.
Was this page helpful?