Get dataset info
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
The object identifier, which can be referenced in the API endpoints.
"4d89c87498354518b92fa02fc0ad8720"
ID of the dataset.
"example_dataset"
Current status of the dataset.
READY, PENDING, FAILED, TEMPORARY, DRAFT "READY"
Dataset schema definition.
{
"name": "text",
"type": { "name": "string" }
}Additional metadata associated with the dataset.
{}Folder path where the dataset is stored.
"/some/folder"
Current version of the dataset.
"0ed2d94b38fb40b9b61f6a"
Unix timestamp when the dataset was created.
1760109124
Error message if the dataset is in an error state.
AI Studio project ID to associate with the dataset.
"example_project"