Skip to main content

Get a contract status

Get a contract status between dates for a given dataset

Query Parameters
datasetId string
after yyyy-MM-dd_HH:mm:ss

Returns all contract status after this date

before yyyy-MM-dd_HH:mm:ss

Returns all contract status before this date

last int32

Last N number of records sorted by high watermark

Responses
200

The user

Schema OPTIONAL
specVersion string OPTIONAL
usageInfo string OPTIONAL
catalogURL string OPTIONAL
termsAndConditions object OPTIONAL
dataSchemaContract int32[] OPTIONAL
dataValidationContract int32[] OPTIONAL
dataMetricsContract int32[] OPTIONAL
dataQualityContract int32[] OPTIONAL
governancePoliciesContract int32[] OPTIONAL
stakeholders object OPTIONAL
producers string[] OPTIONAL
consumers string[] OPTIONAL
operators string[] OPTIONAL
admins string[] OPTIONAL
notifications object OPTIONAL
emails string[] OPTIONAL
slack_channels string[] OPTIONAL
webhook_urls string[] OPTIONAL
sampleValues 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
id int32 OPTIONAL
name string OPTIONAL
description string OPTIONAL
datasetId string OPTIONAL
columns string OPTIONAL
successMsg string OPTIONAL
failureMsg string OPTIONAL
onboardingStatus string OPTIONAL

Possible values: [drafted, deployed, paused, under_review, approved]

executionStatus string OPTIONAL

Possible values: [passing, failing, pending]

criticalityLevel string OPTIONAL

Possible values: [high, moderate, less, not]

404

contract with Id: id is not found