Platform Impact
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /v1/impact/incidents HTTP/1.1
Host: reporting.cloud.soda.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 154
{
"page": 1,
"size": 400,
"dataset_ids": [
"text"
],
"status": "unresolved",
"from_datetime": "2023-10-09T09:18:16.255021",
"to_datetime": "2023-11-09T09:18:16.255029"
}{
"total": 1,
"page": 1,
"size": 1,
"data": [
{
"incident_id_report_date_id": "text",
"incident_id": "text",
"organization_id": "text",
"created_at": "2026-01-28T19:15:43.589Z",
"last_updated": "2026-01-28T19:15:43.589Z",
"check_id": "text",
"check_result_id": "text",
"dataset_id": "text",
"title": "text",
"check_name": "text",
"severity": "text",
"description_notes": "text",
"resolution_notes": "text",
"lead_id": "text",
"lead_email": "text",
"reporter_id": "text",
"reporter_email": "text",
"report_date": "2026-01-28",
"resolved_at": "2026-01-28T19:15:43.589Z",
"status": "text"
}
]
}