show_bids_within_a_bid_package
Retrieve and display individual bids from a specific bid package in Procore for preconstruction and bid management analysis.
Instructions
Show Bids within a Bid package. [Preconstruction/Bid Management] GET /rest/v1.0/projects/{project_id}/bid_packages/{bid_package_id}/bids/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| bid_package_id | Yes | Bid Package ID | |
| id | Yes | ID | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |