View Bid Form
view_bid_form_companyRetrieve a single bid form's full details using its company, bid, and bid form IDs. This read-only operation returns the complete field set without changing any Procore data.
Instructions
View single Bid Form. Use this when you already know which bid form you want and need its full field set. company_id defaults to the value set by procore_set_config when omitted, and bid_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: company_id, bid_id, bid_form_id. Procore API: Preconstruction > Bid Management. Endpoint: GET /rest/v1.0/companies/{company_id}/bid/{bid_id}/bid_forms/{bid_form_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bid_id | Yes | URL path parameter — unique identifier of the bid | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| bid_form_id | Yes | URL path parameter — unique identifier of the bid form |