show_call_logs
Retrieve specific call log entries from Procore projects to track communication details and maintain project documentation.
Instructions
Show Call Logs. [Project Management/Daily Log] GET /rest/v1.0/projects/{project_id}/call_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Call log ID | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |