list_tasks
Retrieve and filter project tasks from Procore to manage schedules, track updates, and monitor progress using customizable views and search parameters.
Instructions
List tasks. [Project Management/Schedule (Legacy)] GET /rest/v1.0/tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| view | No | The compact view contains id, name, key, formatted_name, and task_name. The normal view contains the response shown below. The default view is normal. | |
| filters__updated_at | No | Return item(s) last updated within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYY... | |
| filters__row_number | No | Returns Tasks with a row_number matching the given value. This endpoint supports single values of row_number, a range of row_numbers (filters[row_number]=4...7) as well as multiple values (filter... | |
| filters__query | No | Return item(s) containing search query |