Show BIM Model
show_bim_modelGet a single BIM model's full field set from Procore. Provide its ID and project ID to retrieve the record; read-only, so it won't affect project data.
Instructions
Return a single BIM Model item. Use this when you already know which BIM model you want and need its full field set. id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the BIM model. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: id, project_id. Procore API: Preconstruction > BIM. Endpoint: GET /rest/v1.0/bim_models/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the BIM resource | |
| view | No | Query string parameter — the compact view contains only ids. The extended view contains the response shown below. The normal view contains 'current_revision_id' instead of an embedded object 'current_revision' The default ... | |
| project_id | Yes | Query string parameter — unique identifier for the project. |