Download Coordination Issues
download_coordination_issuesExport coordination issues to BCF, CSV, or PDF with optional filters. Retrieve full issue data read-only from Procore.
Instructions
Downloads coordination issues to a file specified by the export format. The items to be exported can be scoped by using filters. BCF export will only export the issues with a snapshot and valid camera data. Use this when you already know which coordination issue you want and need its full field set. Returns a JSON object containing the generated file or a download URL for the coordination issue. 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, export_format. Procore API: Project Management > Coordination Issues. Endpoint: GET /rest/v1.0/coordination_issues/export
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Query string parameter — sort item(s) by an attribute. The default sort is ascending. To sort in descending order, prepend the sort value with a hyphen character '-' | |
| view | No | Query string parameter — response detail level. Use 'normal' for standard fields or 'extended' for all fields | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| column_state | No | Query string parameter — optional array of column configuration objects from frontend table state. Allows export to respect custom column visibility and ordering. Each object should have a 'field' property with the column ... | |
| export_format | Yes | Query string parameter — export File Format. | |
| filters__ids__ | No | Query string parameter — filter item(s) with matching ids. | |
| filters__search | No | Query string parameter — filter item(s) with the matching search query. The search is performed on title and issue number. | |
| filters__overdue | No | Query string parameter — filter item(s) with matching Overdue. | |
| filters__status__ | No | Query string parameter — filter item(s) with matching status. | |
| filters__priority__ | No | Query string parameter — filter item(s) with matching priority. | |
| filters__trade_id__ | No | Query string parameter — filter item(s) with matching trades. | |
| filters__updated_at | No | Query string parameter — filter item(s) within a specific updated at iso8601 datetime range. | |
| filters__issue_type__ | No | Query string parameter — filter item(s) with matching issue_type. | |
| filters__assignee_id__ | No | Query string parameter — filter item(s) with matching assignees. | |
| filters__location_id__ | No | Query string parameter — filter item(s) with matching locations. | |
| filters__assignee_company_id__ | No | Query string parameter — filter item(s) with matching assignee vendor companies. | |
| filters__created_by_company_id__ | No | Query string parameter — filter item(s) with matching created by vendor companies. | |
| filters__coordination_issue_file_id__ | No | Query string parameter — filter item(s) with the exact coordination issue file. |