Skip to main content

Get Data Contract Statuses

Retrieve status records for a data contract, filtered by datasetId and optional date range or last N records.

Query Parameters
datasetId string
after string
before string
last int32
Responses
200

List of data contract status records.

Schema OPTIONAL
data object[]
paging object OPTIONAL
before string OPTIONAL
after string OPTIONAL
total int32
400

Invalid date format or parameters.

401

Unauthorized. Authentication required.

404

No contract status found for the given datasetId.