show_project
Retrieve detailed project information from Procore using project and company IDs. Access project data including name, number, location, and other key fields for management and analysis.
Instructions
Show project. [Core/Portfolio] GET /rest/v1.0/projects/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier for the project. | |
| company_id | Yes | Unique identifier for the company. | |
| view | No | The view determines which fields are returned for the project show endpoint. 'minimal' returns a subset of project fields including name, project_number, country_code, latitude, longitude, county,... | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |