Download RFIs List
download_rfis_listDownload a PDF or CSV export of the RFIs list for a project, including all fields. Use when you need the full field set in a file.
Instructions
Downloads a PDF or CSV of the RFIs List. Use this when you already know which RFIs list you want and need its full field set. project_id defaults to the value set by procore_set_config when omitted. Returns a JSON object containing the generated file or a download URL for the RFIs list. 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. 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. | |
| export_format | No | Query string parameter — file format for the export - 'pdf' or 'csv'. | |
| filters__query | No | Query string parameter — filter results by query | |
| table_configuration_for_export | No | Query string parameter — table configuration for the export that controls which columns are visible and their order in the generated PDF or CSV. When provided, the export will respect both the column visibility settings a... |