Skip to main content
GET
/
datasets
/
{name}
/
versions
/
{version}
{
  "dataUri": "<string>",
  "type": "uri_file",
  "isReference": true,
  "connectionName": "<string>",
  "id": "<string>",
  "name": "<string>",
  "version": "<string>",
  "description": "<string>",
  "tags": {}
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

name
string
required

The name of the resource

version
string
required

The specific version id of the DatasetVersion to retrieve.

Query Parameters

api-version
string
required

The API version to use for this operation.

Minimum length: 1

Response

The request has succeeded.

dataUri
string
required
Minimum length: 1
type
enum<string>
required

Enum to determine the type of data.

Available options:
uri_file,
uri_folder
name
string
required

The name of the resource

version
string
required

The version of the resource

isReference
boolean

Indicates if the dataset holds a reference to the storage, or the dataset manages storage itself. If true, the underlying data will not be deleted when the dataset version is deleted

connectionName
string

The Azure Storage Account connection name. Required if startPendingUploadVersion was not called before creating the Dataset

id
string

Asset ID, a unique identifier for the asset

description
string

The asset description text.

tags
object

Tag dictionary. Tags can be added, removed, and updated.