get_import_logs_v2_0
Retrieve detailed logs for schedule import jobs in Procore projects to monitor progress and identify issues.
Instructions
Get import logs. [Project Management/Scheduling] GET /rest/v2.0/companies/{company_id}/projects/{project_id}/schedules/{schedule_id}/imports/{job_id}/logs
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 | |
| locale | No | Optional. Locale for parsing the import report (e.g. en, fr-FR, ja-JP). Must match the locale used when the import was initiated. A mismatch will result in a parsing error. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |