get_organization_locations
Retrieve all locations for a specific organization in IT Glue by providing its organization ID. Use pagination and output format options to control the result set.
Instructions
Get all locations 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 locations
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 |