Sentiment Analysis Get Dataset
GET {{baseUrl}}/api/v1/datasets/{{sentiment-dataset-id}}
Retrieves the dataset for the given dataset ID. It displays the metadata corresponding to the dataset as well as the samples in the dataset.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |
RESPONSES
status: OK
{"createdAt":"2021-08-24T12:04:32Z","datasetId":"dde4eeae-7652-4bc8-8be1-1cd6ac898dc7","description":"Description of my awesome sentiment dataset","lastTrainedAt":"2021-08-24T12:04:32Z","name":"My awesome sentiment dataset","samples":[{"phrase":"This is very good, thanks a lot!","sentiment":"POSITIVE"},{"phrase":"Are you sure?","sentiment":"NEUTRAL"}],"updatedAt":"2021-08-24T12:04:32Z"}