GET /snds/ip_status
GETsnds/ip_status
Retrieve Microsoft SNDS filter status data for monitored IP addresses
Query Parameters
offset string
Number of items to skip before starting to return results
limit string
Maximum number of items to return per request
sort string
Example: -ip (desc) or ip (asc)
period_from string Required
Start of the time period (e.g., 2021-07-06T00:00:00.000Z)
period_to string Required
End of the time period (e.g., 2021-08-06T00:00:00.000Z). The range between period_from and period_to must not exceed 30 days
ips string
Comma-separated list of IP addresses to filter by. Each value can be a full or partial match
rdns string
Comma-separated list of reverse DNS hostnames to filter by. Each value can be a full or partial match
profile_id string
Filter by profile ID
Returns
- dataarray
- ipstringSending IP address
- date_timestampstringDate of the IP status record
- dns_reverse_resultarrayReverse DNS lookup results for the IP address
- rdnsstringReverse DNS hostname
- rdnsstring
- blockedstringIndicates whether the IP is currently blocked
- detailsstringAdditional details about the IP status
- ipstring
- metaobjectPagination metadata for list responses
- countintegerTotal number of items available
- offsetintegerNumber of items skipped
- limitintegerMaximum number of items returned per request
- countinteger
400 Bad Request
Bad Request
401 Unauthorized
Unauthorized
403 Forbidden
Forbidden
500 Internal Server Error
Internal server error