get_url_relationship
Retrieve specific relationship types for a URL, such as related domains or IPs, with pagination support to limit and navigate results.
Instructions
Query a specific relationship type for a URL with pagination support.
Args: url: The URL to get relationships for 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 |
|---|---|---|---|
| url | Yes | ||
| limit | No | ||
| cursor | No | ||
| relationship | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |