list_project_tasks
Retrieve project tasks from ServiceNow, optionally scoped to a parent project. Use limit, query, and project_sys_id to filter results for project planning or status checks.
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 |