Show Project
show_projectRetrieve full details of a specific Procore project using its ID and company ID. Returns a JSON object with project information.
Instructions
Show details for the specified project in Procore. Use this to fetch the full details of a specific Portfolio records by its identifier. Returns a JSON object describing the requested Portfolio records. Required parameters: id, company_id. Procore API: Core > Portfolio. Endpoint: GET /rest/v1.0/projects/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier for the project. | |
| company_id | Yes | Query string parameter — unique identifier for the company. | |
| view | No | Query string parameter — 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 paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |