curl --location --request GET 'https://api.inboxkit.com/v1/api/infra-guard/dns-history?uid=&page=1&limit=20' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>'{
"error": false,
"message": "string",
"data": [
{
"uid": "string",
"status": "healthy",
"expected_ns": [
"string"
],
"actual_ns": [
"string"
],
"added_ns": [
"string"
],
"removed_ns": [
"string"
],
"error_message": "string",
"checked_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z"
}
],
"total": 0,
"pages": 0,
"current_page": 0,
"limit": 0
}