Show A Bid Within A Project
show_a_bid_within_a_projectRetrieve detailed information for a specific bid within a project by providing the bid ID and project ID. Returns a JSON object with the bid's full details.
Instructions
Return information on a Bid from a Project. Use this to fetch the full details of a specific Bid Management records by its identifier. Returns a JSON object describing the requested Bid Management records. Required parameters: id, project_id. Procore API: Preconstruction > Bid Management. Endpoint: GET /rest/v1.0/projects/{project_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. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |