Get Dataset
Retrieve details of a specific dataset by ID.
GET
https://api.futureagi.com/model-hub/dataset/{id}/ Authentication
Path parameters
id
UUID of the dataset to retrieve.
Response
200 OK id
UUID of the dataset.
name
Name of the dataset.
columns
Array of column definitions.
id
UUID of the column.
name
Display name of the column.
data_type
Data type of the column.
number_of_datapoints
Total number of rows in the dataset.
created_at
ISO 8601 creation timestamp.
dataset_type
Model type classification, e.g.
GenerativeLLM. Errors
401
Invalid or missing API credentials.
404
The specified dataset could not be found.
500
Unexpected server error.