Check CSV Export Status For Prime Change Order Rows
check_csv_export_status_for_prime_change_order_rowsCheck the status of a Prime Change Order Rows CSV export and retrieve the downloadable file or export URL for Prime Contracts.
Instructions
Returns the current status of a Prime Change Order Rows CSV export request. Use this to retrieve a downloadable file or export URL for Prime Contracts. Returns a JSON object with the file contents or download URL for Prime Contracts. Required parameters: company_id, project_id, change_order_csv_export_id. Procore API (v2.0): Construction Financials > Prime Contracts. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/prime_change_order_rows/csv_exports/{change_order_csv_export_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| change_order_csv_export_id | Yes | URL path parameter — unique identifier for a change order CSV export job. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |