Download RFIs List
download_rfis_listDownload a PDF or CSV file of RFIs (Requests for Information) for a given project. Use this to retrieve an export URL or file contents for RFI records.
Instructions
Downloads a PDF or CSV of the RFIs List. Use this to retrieve a downloadable file or export URL for RFI records. Returns a JSON object with the file contents or download URL for RFI records. Required parameters: project_id. Procore API (v1.1): Project Management > RFI. Endpoint: GET /rest/v1.1/projects/{project_id}/rfis/export
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| filters__query | No | Query string parameter — filter results by query | |
| export_format | No | Query string parameter — file format for the export - 'pdf' or 'csv'. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |