get_ip_relationship
Query an IP address to retrieve specific relationship types like domains, URLs, or files, with pagination control.
Instructions
Query a specific relationship type for an IP address with pagination support.
Args: ip: IP address to analyze relationship: Type of relationship to query limit: Maximum number of related objects to retrieve (1-40) cursor: Continuation cursor for pagination
Returns: str: Formatted relationship data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | ||
| limit | No | ||
| cursor | No | ||
| relationship | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |