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.
| ||||||
400 Invalid date format or parameters. | ||||||
401 Unauthorized. Authentication required. | ||||||
404 No contract status found for the given datasetId. |