List Datasets

Retrieve a paginated list of datasets in your organization.

GET https://api.futureagi.com/model-hub/develops/get-datasets/

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.

Query parameters

page integer Optional

Zero-indexed page number. Defaults to 0.

page_size integer Optional
Number of items per page (1-100). Defaults to 10.
search_text string Optional

Case-insensitive filter on dataset name.

sort string Optional

JSON array of sort objects with column_id and type (ascending or descending).

Response

200 OK
data object
Paginated dataset listing and metadata.
datasets array
Array of dataset summary objects.
id string
UUID of the dataset.
name string
Name of the dataset.
number_of_datapoints integer
Total number of rows in the dataset.
number_of_experiments integer
Number of linked experiments.
number_of_optimisations integer
Number of linked optimizations.
derived_datasets integer
Number of datasets derived from this one.
created_at string
Creation timestamp in YYYY-MM-DD HH:MM format.
dataset_type string
Model type classification, e.g. GenerativeLLM.
total_pages integer
Total number of pages available.
total_count integer
Total number of matching datasets.
status string
Status of the API response.

Errors

401 Unauthorized Optional
Invalid or missing API credentials.
500 Internal Server Error Optional
Unexpected server error.
GET /
Authentication
REQUEST
 
RESPONSE