get_import_status_v2_0
Check the status of schedule imports in Procore to monitor progress and verify completion of data uploads for project management.
Instructions
Get import status. [Project Management/Scheduling] GET /rest/v2.0/companies/{company_id}/projects/{project_id}/schedules/{schedule_id}/imports/{job_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company | |
| project_id | Yes | Unique identifier for the project | |
| schedule_id | Yes | Unique identifier for the schedule | |
| job_id | Yes | Import job id | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |