Restore dataset to a previous version

Restores the dataset to a previous version state by creating a new version with items copied from the specified version. If the version is already the latest, returns it as-is (no-op).

Path parameters

idstringRequiredformat: "uuid"

Request

This endpoint expects an object.
version_refstringRequired>=1 character
Version hash or tag to restore from

Response

Version restored successfully
idstringOptionalRead-onlyformat: "uuid"
dataset_idstringOptionalRead-onlyformat: "uuid"
version_hashstringOptionalRead-only
tagslist of stringsOptionalRead-only
is_latestbooleanOptionalRead-only
Indicates whether this is the latest version of the dataset
version_namestringOptionalRead-only
Sequential version name formatted as 'v1', 'v2', etc.
items_totalintegerOptionalRead-only
Total number of items in this version
items_addedintegerOptionalRead-only
Number of items added since last version
items_modifiedintegerOptionalRead-only
Number of items modified since last version
items_deletedintegerOptionalRead-only
Number of items deleted since last version
change_descriptionstringOptionalRead-only
metadatamap from strings to stringsOptionalRead-only
evaluatorslist of objectsOptionalRead-only
Default evaluators for items in this version
execution_policyobjectOptionalRead-only
Default execution policy for items in this version
created_atdatetimeOptionalRead-only
created_bystringOptionalRead-only
last_updated_atdatetimeOptionalRead-only
last_updated_bystringOptionalRead-only

Errors

404
Not Found Error
409
Conflict Error