Get Dataset

Retrieve details of a specific dataset by ID.

GET https://api.futureagi.com/model-hub/dataset/{id}/

Authentication

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Path parameters

id UUID Required

UUID of the dataset to retrieve.

Response

200 OK
id string
UUID of the dataset.
name string
Name of the dataset.
columns array
Array of column definitions.
id string
UUID of the column.
name string
Display name of the column.
data_type string
Data type of the column.
number_of_datapoints integer
Total number of rows in the dataset.
created_at string
ISO 8601 creation timestamp.
dataset_type string
Model type classification, e.g. GenerativeLLM.

Errors

401 Unauthorized Optional
Invalid or missing API credentials.
404 Not Found Optional
The specified dataset could not be found.
500 Internal Server Error Optional
Unexpected server error.
GET /
Authentication
REQUEST
 
RESPONSE