Quality
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /v1/quality/check_results HTTP/1.1
Host: reporting.cloud.soda.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 108
{
"page": 1,
"size": 400,
"dataset_ids": [
"text"
],
"check_ids": [
"text"
],
"from_datetime": "2026-01-28T19:15:43.589Z"
}{
"total": 1,
"page": 1,
"size": 1,
"data": [
{
"result_id": "text",
"scan_time": "2026-01-28T19:15:43.589Z",
"level": "text",
"check_id": "text",
"check_name": "text",
"created_at": "2026-01-28T19:15:43.589Z",
"dataset_id": "text",
"organization_id": "text",
"metric_value": 1,
"owner_id": "text",
"owner_first_name": "text",
"owner_last_name": "text",
"owner_email": "text",
"owner_job_title": "text",
"owner_phone_number": "text",
"owner_user_type": "text",
"attributes": {
"ANY_ADDITIONAL_PROPERTY": [
"text"
]
}
}
]
}POST /v1/quality/dataset_health HTTP/1.1
Host: reporting.cloud.soda.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 87
{
"page": 1,
"size": 400,
"dataset_ids": [
"text"
],
"from_datetime": "2026-01-28T19:15:43.589Z"
}{
"total": 1,
"page": 1,
"size": 1,
"data": [
{
"organization_id": "text",
"dataset_id": "text",
"scan_date": "2026-01-28T19:15:43.589Z",
"critical": 1,
"info": 1,
"warning": 1,
"number_of_checks": 1,
"percentage_passing_checks": 1,
"last_point_percent_change": 1,
"percent_change_percentage_passing_checks": 1,
"number_of_distinct_checks": 1,
"percentage_passing_distinct_passing_checks": 1,
"last_point_distinct_checks_percent_change": 1,
"percent_change_percentage_distinct_passing_checks": 1
}
]
}