List Tactics Detection Destination IPs

List the unique remote IP addresses a detection's session contacted,
sorted for stable pagination.

Internet-routable addresses are returned by default; this includes
link-local (cloud instance metadata, 169.254.0.0/16) and multicast
addresses, which are deliberately kept visible. Set
include_lateral=true to additionally return RFC 1918 and loopback
addresses — traffic aimed at the sensor's own neighborhood rather than
the internet.

Path Params
uuid
required

Workspace UUID.

uuid
required

Tactics detection identifier. This is the value returned as session_id in detection payloads.

Query Params
integer
≥ 1
Defaults to 1

1-based page number.

integer
1 to 10000
Defaults to 100

Number of IP addresses to return per page.

boolean
Defaults to false

When true, also return RFC 1918 and loopback (lateral) addresses. Defaults to internet-side addresses only.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json