Skip to main content

List job execution

Get a list of job execution. Use cursor-based pagination to limit the number entries in the list using limit and before or after query params.

Query Parameters
limit int32

Possible values: 1 ≤ value ≤ 1000

Limit the number datasets returned. (1 to 1000, default = 10)

before string

Returns list of datasets before this cursor

after string

Returns list of datasets after this cursor

Responses
200

List of datasets

Schema OPTIONAL
data object[]
id string
name string
displayName string OPTIONAL
datasetType string OPTIONAL

Possible values: [TABLE, EXTERNAL_TABLE, VIEW, SECURE_VIEW, MATERIALIZED_VIEW, MODEL, SNAPSHOT, ICEBERG, DELTA, DELTA_LIVE, FILE, API, STREAMING_EVENTS]

format string OPTIONAL

Possible values: [csv, xlsx, json, jsonl, seq, avro, parquet, orc, delta_parquet, unknown]

compressionType string OPTIONAL

Possible values: [zip, gz, snappy, lz4, bz2, deflate, zlib, tar.gz]

location string OPTIONAL
dataPaths string OPTIONAL
rawSchema object OPTIONAL
id string
url string OPTIONAL
name string
type string
schemaString string OPTIONAL
json string OPTIONAL
version string OPTIONAL
active boolean OPTIONAL
assetCreatedDate date-time OPTIONAL
assetUpdatedDate date-time OPTIONAL
createdTime int64 OPTIONAL
updatedTime int64 OPTIONAL
createdBy string OPTIONAL
updatedBy string OPTIONAL
owner string OPTIONAL
columns object[]
name string
displayName string OPTIONAL
dataType string
dataFormat string OPTIONAL
dataLength int32 OPTIONAL
nullable boolean OPTIONAL
primaryKey boolean OPTIONAL
unique boolean OPTIONAL
partition_key boolean OPTIONAL
index boolean OPTIONAL
foreignKey object OPTIONAL
reference_table string
reference_column string
defaultValue string OPTIONAL
isDefaultValueSet boolean OPTIONAL
precision int32 OPTIONAL
scale int32 OPTIONAL
unsigned boolean OPTIONAL
dataTypeCategory string OPTIONAL
dataTypeDisplayName string OPTIONAL
tagMap object OPTIONAL
ordinalPosition int32 OPTIONAL
description string OPTIONAL
subColumns (circular)[] OPTIONAL
json string OPTIONAL
version string OPTIONAL
active boolean OPTIONAL
assetCreatedDate date-time OPTIONAL
assetUpdatedDate date-time OPTIONAL
createdTime int64 OPTIONAL
updatedTime int64 OPTIONAL
createdBy string OPTIONAL
updatedBy string OPTIONAL
owner string OPTIONAL
datasetPartition object OPTIONAL
columns string[]
intervalType string

Possible values: [TIME-UNIT, INTEGER-RANGE, INTGESTION-TIME, COLUMN-VALUE]

interval string
watermarkColumns string OPTIONAL
watermarkType string OPTIONAL

Possible values: [DATETIME, NUMBER, VERSIONED_DATA]

watermarkInitialValue int64 OPTIONAL
config object OPTIONAL
properties object OPTIONAL
datasetConstraints object OPTIONAL
nullable string[] OPTIONAL
primaryKey string[] OPTIONAL
unique string[] OPTIONAL
partitionKey string[] OPTIONAL
index string[] OPTIONAL
description string OPTIONAL
status string OPTIONAL
databaseId string OPTIONAL
datastoreId string OPTIONAL
qualityScoreConfig object OPTIONAL
quality_contribution object OPTIONAL
rules_contribution object OPTIONAL
json string OPTIONAL
version string OPTIONAL
active boolean OPTIONAL
assetCreatedDate date-time OPTIONAL
assetUpdatedDate date-time OPTIONAL
createdTime int64 OPTIONAL
updatedTime int64 OPTIONAL
createdBy string OPTIONAL
updatedBy string OPTIONAL
owner string OPTIONAL
paging object OPTIONAL
before string OPTIONAL
after string OPTIONAL
total int32