maltego_list_investigation_steps
List transform execution steps recorded in the active Maltego investigation, including trigger entity, status, and importance, with pagination and status filters.
Instructions
List recorded investigation steps (procedural memory) for the active graph.
Each step records a transform execution: what ran, why, the trigger entity, what it discovered, status, and importance. This is the investigation's reasoning trace, not just its data.
Args: params (ListStepsInput): - limit/offset (int): Pagination. - status (Optional[str]): Filter by 'success', 'empty', or 'error'. - response_format (ResponseFormat): 'markdown' (default) or 'json'.
Returns: str: JSON form is {total, count, offset, steps:[...]}; markdown is a list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |