get_checklist
Retrieve a specific checklist by ID from IT Glue, with optional inclusion of checklist tasks to view detailed task items.
Instructions
Get a specific checklist by ID.
Args: checklist_id: The checklist ID include_tasks: Whether to include checklist tasks
Returns: JSON string with checklist details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checklist_id | Yes | ||
| include_tasks | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |