GET
/v1/private/projects/{projectId}/datasetsFind datasets by projectFind datasets scoped to a project
Parameters
projectIdstring · uuidpathrequiredpageinteger · int32querysizeinteger · int32querywith_experiments_onlybooleanquerywith_optimizations_onlybooleanquerynamestringqueryFilter datasets by name (partial match, case insensitive)
sortingstringqueryfiltersstringqueryResponses
objectDatasetPage_Public
contentarray of objectShow child attributes
Show array items
created_atstring · date-timecreated_bystringdataset_items_countinteger · int64descriptionstringexperiment_countinteger · int64idstring · uuidlast_created_experiment_atstring · date-timelast_created_optimization_atstring · date-timelast_updated_atstring · date-timelast_updated_bystringlatest_versionobjectSummary of the latest dataset version
Show child attributes
change_descriptionstringDescription of changes in this version
idstring · uuidUnique identifier of the version
tagsarray of stringTags associated with this version
Show child attributes
version_hashstringHash of the version content
version_namestringSequential version name formatted as 'v1', 'v2', etc.
most_recent_experiment_atstring · date-timemost_recent_optimization_atstring · date-timenamestringrequiredoptimization_countinteger · int64project_idstring · uuidProject ID. Takes precedence over project_name when both are provided.
statusstringtagsarray of stringShow child attributes
typestringvisibilitystringpageinteger · int32sizeinteger · int32sortableByarray of stringShow child attributes
totalinteger · int64{
"content": [
{
"created_at": "2026-06-09T00:00:00Z",
"created_by": "string",
"dataset_items_count": 0,
"description": "string",
"experiment_count": 0,
"id": "00000000-0000-0000-0000-000000000000",
"last_created_experiment_at": "2026-06-09T00:00:00Z",
"last_created_optimization_at": "2026-06-09T00:00:00Z",
"last_updated_at": "2026-06-09T00:00:00Z",
"last_updated_by": "string",
"latest_version": {
"change_description": "string",
"id": "00000000-0000-0000-0000-000000000000",
"tags": [
"string"
],
"version_hash": "string",
"version_name": "string"
},
"most_recent_experiment_at": "2026-06-09T00:00:00Z",
"most_recent_optimization_at": "2026-06-09T00:00:00Z",
"name": "string",
"optimization_count": 0,
"project_id": "00000000-0000-0000-0000-000000000000",
"status": "completed",
"tags": [
"string"
],
"type": "dataset",
"visibility": "private"
}
],
"page": 0,
"size": 0,
"sortableBy": [
"string"
],
"total": 0
}