Download External RFI PDF Export
download_external_rfi_pdf_exportDownload a generated PDF export for a specific external RFI in Procore. Identify the company, project, external RFI, and export ID to receive the file or download URL.
Instructions
Returns a redirect to download the generated PDF export for a specified External RFI. Use this when you already know which external RFI PDF export you want and need its full field set. company_id and project_id default to the values set by procore_set_config when omitted, and external_rfi_id, id must identify existing parent records — resolve them with the matching list tool first. Returns a JSON object containing the generated file or a download URL for the external RFI PDF export. 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, project_id, external_rfi_id, id. Procore API (v2.0): Project Management > RFI. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/external_rfis/{external_rfi_id}/external_rfi_pdf_exports/{id}/download
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the RFI resource | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| external_rfi_id | Yes | URL path parameter — unique identifier of the external rfi |