Export Forms With Bids
export_forms_with_bidsExport a CSV summary of all bid forms and their bids from a Procore bid package. Resolves vendor details from project directory and PCN registry. Read-only data retrieval.
Instructions
Download a summary of all Bid Forms and their Bids in the Bid Package. Vendors are resolved from both the project directory and PCN Business Registry. Use this when you already know which forms with 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 must identify an existing parent record — resolve it with the matching list tool first. Returns a JSON object containing the generated file or a download URL for the forms with 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, export_format. Procore API (v1.1): Preconstruction > Bid Management. Endpoint: GET /rest/v1.1/projects/{project_id}/bid_packages/{bid_package_id}/bid_forms/export_forms
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| bid_form_id | No | Query string parameter — unique identifier of the bid form | |
| export_format | Yes | Query string parameter — export File Format | |
| bid_package_id | Yes | URL path parameter — unique identifier of the bid package |