list_task_items
Retrieve task items from Procore projects with filtering options for status, due dates, assignees, and search queries to manage construction workflows.
Instructions
List task items. [Core/Tasks] GET /rest/v1.0/task_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__query | No | Return item(s) containing search query | |
| filters__assigned_id | No | Assigned ID | |
| filters__created_at | No | Return item(s) created 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 `YYYY-MM-... | |
| filters__created_by_id | No | Returns item(s) created by the specified User IDs. | |
| filters__due_date | No | Returns item(s) due within the specified ISO 8601 datetime range. | |
| filters__status | No | Returns item(s) matching the specified status value. | |
| filters__task_item_category_id | No | Returns item(s) matching the specified Task Item Category ID. | |
| filters__id | No | Return item(s) with the specified IDs. | |
| sort | No | Return item(s) with the specified sort. |