list_related_items
List items linked to a specific resource in IT Glue by providing resource type and ID, with pagination support for large result sets.
Instructions
List items related to a specific resource.
Args: resource_type: The type of resource (e.g., 'configurations', 'contacts', 'flexible-assets') resource_id: The ID of the resource page: Page number (starts at 1) page_size: Number of results per page (max 1000)
Returns: JSON string with list of related items
Valid resource types: checklists, checklist-templates, configurations, contacts, documents, domains, flexible-assets, locations, passwords, ssl-certificates, tickets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| page_size | No | ||
| resource_id | Yes | ||
| resource_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |