Quality
Test results request JSON Body.
Page number
1Page size
400Dataset IDs (UUIDs from the Soda Cloud platform) to use as filter.
Check IDs (UUIDs from the Soda Cloud platform) to use as filter.
ISO 8601 datetime to specify the point in time from which you would like to get health historical data.
Successful Response
Array of CheckResultsData.
Successful request but no data was returned
Validation Error
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-01T00:00:00.000Z"
}{
"total": 1,
"page": 1,
"size": 1,
"data": [
{
"result_id": "text",
"scan_time": "2026-01-01T00:00:00.000Z",
"level": "text",
"check_id": "text",
"check_name": "text",
"created_at": "2026-01-01T00:00:00.000Z",
"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"
]
}
}
]
}Dataset health request JSON Body.
Page number
1Page size
400Dataset IDs (UUIDs from the Soda Cloud platform) to use as filter.
ISO 8601 datetime to specify the point in time from which you would like to get health historical data.
Successful Response
Array of DatasetHealthData.
Successful request but no data was returned
Validation Error
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-01T00:00:00.000Z"
}{
"total": 1,
"page": 1,
"size": 1,
"data": [
{
"organization_id": "text",
"dataset_id": "text",
"scan_date": "2026-01-01T00:00:00.000Z",
"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
}
]
}Last updated
Was this helpful?
