Skip to main content
GET
/
v2
/
{entity}
/
{project}
/
datasets
/
{object_id}
/
versions
/
{digest}
{
  "object_id": "<string>",
  "digest": "<string>",
  "version_index": 123,
  "created_at": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "description": "<string>",
  "rows": "<string>"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

entity
string
required
project
string
required
object_id
string
required
digest
string
required

Response

Successful Response

object_id
string
required

The dataset ID

digest
string
required

The digest of the dataset object

version_index
integer
required

The version index of the object

created_at
string<date-time>
required

When the object was created

name
string
required

The name of the dataset

rows
string
required

Reference to the dataset rows data

description
string | null

Description of the dataset