maltego_list_links
Retrieve links (edges) from the active Maltego graph with pagination. Output available in markdown or JSON format.
Instructions
List links (edges) on the active graph, with pagination.
Args: params (ListLinksInput): - limit/offset (int): Pagination. - response_format (ResponseFormat): 'markdown' (default) or 'json'.
Returns: str: JSON form is {total, count, offset, links:[{id,source,target,label}]}; markdown shows source → target with labels and entity values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |