Show BIM Level
show_bim_levelFetch the complete BIM level details for a known id and project_id. Resolve the id via the list tool first; read-only, returns a single JSON object.
Instructions
Return a single BIM Level item. Use this when you already know which BIM level 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 level. 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_levels/{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 'bim_file_id', 'location_id', and 'created_by_id' instead of embedded objects. The ... | |
| project_id | Yes | Query string parameter — unique identifier for the project. |