Skip to content

Get table schema

GET
/dataset-tables/{tableId}/schema

Get the current schema for a dataset table.

tableId
required
string

Schema retrieved successfully

object
schemaVersionId
required
string
datasetId
required
string
versionNumber
number
arrowSchema
required
string
fields
required
Array<object>
object
name
required
string
arrowType
required
string
nullable
required
boolean
primaryKeyColumns
required
Array<string>
appliedAt
required
string
description
string

Dataset table not found