get_organization_domains
Retrieve every domain associated with an IT Glue organization. Control output with pagination, choose compact or full format, or save results to a file for further processing.
Instructions
Get all domains for a specific organization.
Args: organization_id: The organization ID page: Page number (starts at 1) page_size: Number of results per page (max 1000) output_format: Output format - "full" (all fields), "compact" (key fields only), or "summary" (counts and IDs only). Default: compact save_to_file: If True, saves full results to a temp file and returns the path for jq processing
Returns: JSON string with the organization's domains
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| page_size | No | ||
| save_to_file | No | ||
| output_format | No | compact | |
| organization_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |