Gets Documents Attached To Bid Package
gets_documents_attached_to_bid_packageRetrieve the list of all documents attached to a bid package, including full metadata for drawings and PDM attachments, with pagination and sorting options.
Instructions
Returns list of all documents attached to Bid Package, with meta information about all drawings and PDM (Project Document Management) attachments. Supports optional pagination and sorting for PDM attachments via query parameters. Use this when you already know which document you want and need its full field set. company_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 single JSON object describing the document. 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_package_id. Procore API: Preconstruction > Bid Management. Endpoint: GET /rest/v1.0/companies/{company_id}/planroom/bid_packages/{bid_package_id}/documents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pdm_page | No | Query string parameter — page number for paginating PDM attachments | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| pdm_search | No | Query string parameter — search term to filter PDM attachments by document_revision_id | |
| pdm_sort_by | No | Query string parameter — field to sort PDM attachments by | |
| pdm_per_page | No | Query string parameter — number of PDM attachments per page | |
| bid_package_id | Yes | URL path parameter — unique identifier of the bid package | |
| pdm_sort_order | No | Query string parameter — sort order for PDM attachments |