list_incomplete_checklists
Retrieve incomplete checklists from IT Glue, optionally filtered by organization or overdue status. Use to identify outstanding compliance items.
Instructions
List incomplete checklists, optionally filtered by organization.
Args: organization_id: Optional organization ID filter overdue_only: If True, only return checklists past their due date 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 list of incomplete checklists
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| page_size | No | ||
| overdue_only | No | ||
| save_to_file | No | ||
| output_format | No | compact | |
| organization_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |