list_project_tasks
Retrieve project tasks from ServiceNow, optionally filtered by parent project, to track progress and identify outstanding work.
Instructions
List project tasks (pm_project_task), optionally scoped to a parent project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records (default 50) | |
| query | No | Optional encoded query (combined with project scope) | |
| project_sys_id | No | sys_id of the parent project to scope to |