Get Tactics Detection

Retrieve a single Tactics detection, including its complete ordered
command timeline, its full set of touched file paths, and a
per-protocol summary of the unique destination IPs the session
contacted.

Commands and file paths are paginated independently, 500 per page:

  • commands_page slices commands and command_events together -
    they are parallel views of one sequence. command_count is the total
    across every page and commands_has_more signals a further page.
  • artifacts_page slices artifacts, sorted by path for stable
    paging. artifact_count is the total across every page and
    artifacts_has_more signals a further page.

Advancing one does not affect the other. The list of destination IPs is
served by its own endpoint; this response carries only their per-
protocol counts in dest_ips.

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 of the detection's command sequence, 500 commands per page. Slices commands and command_events together.

integer
≥ 1
Defaults to 1

1-based page of the detection's file paths, 500 per page. Advances independently of commands_page.

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