[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[],[],null,["# Method: datasetVersions.list\n\n**Full name**: projects.locations.datasets.datasetVersions.list\n\nLists DatasetVersions in a Dataset. \n\n### Endpoint\n\nget `https:``/``/{service-endpoint}``/v1beta1``/{parent}``/datasetVersions` \nWhere `{service-endpoint}` is one of the [supported service endpoints](/vertex-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n`parent` `string` \nRequired. The resource name of the Dataset to list DatasetVersions from. Format: `projects/{project}/locations/{location}/datasets/{dataset}`\n\n### Query parameters\n\n`filter` `string` \nOptional. The standard list filter.\n`pageSize` `integer` \nOptional. The standard list page size.\n`pageToken` `string` \nOptional. The standard list page token.\n`readMask` `string (`[FieldMask](https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask)` format)` \nOptional. Mask specifying which fields to read.\n\nThis is a comma-separated list of fully qualified names of fields. Example: `\"user.displayName,photo\"`.\n`orderBy` `string` \nOptional. A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending.\n\n### Request body\n\nThe request body must be empty. \n\n### Response body\n\nResponse message for [DatasetService.ListDatasetVersions](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.datasets.datasetVersions/list#google.cloud.aiplatform.v1beta1.DatasetService.ListDatasetVersions).\n\nIf successful, the response body contains data with the following structure:\nFields `datasetVersions[]` `object (`[DatasetVersion](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.datasets.datasetVersions#DatasetVersion)`)` \nA list of DatasetVersions that matches the specified filter in the request.\n`nextPageToken` `string` \nThe standard List next-page token."]]