show_task_item
Retrieve detailed information about a specific task item from Procore projects using its ID and project identifier.
Instructions
Show task item. [Core/Tasks] GET /rest/v1.0/task_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task Item ID | |
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |