show_meeting
Retrieve specific meeting details from Procore projects using meeting ID and project ID to access agendas, attendees, and action items.
Instructions
Show meeting. [Project Management/Meetings] GET /rest/v1.0/meetings/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the meeting | |
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |