Show Bid Within A Bid Package
show_bid_within_a_bid_packageGet complete information on a specific bid within a bid package by supplying project, bid package, and bid IDs. Read-only tool that returns full bid details without changing anything.
Instructions
Return information on a Bid from a Bid Package. Use this when you already know which bid you want and need its full field set. project_id defaults to the value set by procore_set_config when omitted, and bid_package_id, id must identify existing parent records — resolve them with the matching list tool first. Returns a single JSON object describing the bid. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id, bid_package_id, id. Procore API (v1.1): Preconstruction > Bid Management. Endpoint: GET /rest/v1.1/projects/{project_id}/bid_packages/{bid_package_id}/bids/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Bid Management resource | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| bid_package_id | Yes | URL path parameter — unique identifier of the bid package |