Thread Datasets
List threads in a dataset
List threads in a dataset.
POST
/
tune.dataset.ThreadDatasetService
/
ListThreadDatasetThreads
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.
page
object
order
string
Order of the threads in dataset (default: created_at asc).
Response
200 - application/json
threads
object[]
List of threads.
page
object
Was this page helpful?