View Bid Form
view_bid_form_projectRetrieve a complete bid form's details by providing project, bid package, and bid form IDs. Get the full field set for a specific bid form in Procore, read-only.
Instructions
View single Bid Form. Use this when you already know which bid form 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, bid_form_id must identify existing parent records — resolve them with the matching list tool first. Returns a single JSON object describing the bid form. 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, bid_form_id. Procore API: Preconstruction > Bid Management. Endpoint: GET /rest/v1.0/projects/{project_id}/bid_packages/{bid_package_id}/bid_forms/{bid_form_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| bid_form_id | Yes | URL path parameter — unique identifier of the bid form | |
| bid_package_id | Yes | URL path parameter — unique identifier of the bid package |