list_csm_case_tasks
Retrieve all tasks linked to a ServiceNow CSM case using its case number or sys_id. Filter by active status and limit results to manage case tasks efficiently.
Instructions
List the tasks on a CSM case (sn_customerservice_task). Parity with ServiceNow CSM "Get Case Tasks"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case | Yes | CSM case number or sys_id | |
| limit | No | Max records (default 50) | |
| active | No | Only active tasks |