show_task
Retrieve specific task details from Procore projects using task and project IDs. Access task information for project management and scheduling purposes.
Instructions
Show task. [Project Management/Schedule (Legacy)] GET /rest/v1.0/tasks/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the task | |
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |