get_a_single_project
Retrieve detailed project information from Procore's workforce planning system using company and project identifiers to support resource management and planning decisions.
Instructions
Get a Single Project. [Resource Management/Resource Planning] GET /rest/v1.0/workforce-planning/v2/companies/{company_id}/projects/{project_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. This parameter accepts both formats: - **Recommended**: Procore company ID (integer) - Use this for new integrations - Legacy: LaborChart UUID format (uuid string... | |
| project_id | Yes | Unique identifier for the project | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |