Check PDF Generation Status
check_pdf_generation_status_project_v2_0_2Check PDF generation status for a prime contract change order batch and obtain the download URL or file. Requires company, project, and batch IDs.
Instructions
Check the status of a PDF document generation for a prime contract change order batch. Note: This endpoint is currently only supported in Procore Zones US01 && US02. 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, prime_change_order_batch_id. Procore API (v2.0): Construction Financials > Prime Contracts. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/prime_change_order_batches/{prime_change_order_batch_id}/pdf
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. | |
| prime_change_order_batch_id | Yes | URL path parameter — unique identifier for the Prime Change Order Batch. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |