Datasets
Get Dataset
GET
/
v1
/
accounts
/
{account_id}
/
datasets
/
{dataset_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
account_id
string
requiredThe Account Id
dataset_id
string
requiredThe Dataset Id
Response
200 - application/json
name
string
displayName
string
createTime
string
state
enum<string>
default: STATE_UNSPECIFIEDAvailable options:
STATE_UNSPECIFIED
, UPLOADING
, READY
status
object
exampleCount
string
userUploaded
object
format
enum<string>
default: FORMAT_UNSPECIFIEDAvailable options:
FORMAT_UNSPECIFIED
, CHAT
, COMPLETION
Was this page helpful?