Show Project Vendor Insurance
show_project_vendor_insuranceRetrieve the complete field set for a specific project vendor insurance record. Use when you know the project, vendor, and insurance IDs and need full details.
Instructions
Show detail on the specified Project Vendor Insurance. Use this when you already know which project vendor insurance you want and need its full field set. project_id defaults to the value set by procore_set_config when omitted, and vendor_id, id must identify existing parent records — resolve them with the matching list tool first. Returns a single JSON object describing the project vendor insurance. 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: project_id, vendor_id, id. Procore API: Core > Directory. Endpoint: GET /rest/v1.0/projects/{project_id}/vendors/{vendor_id}/insurances/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Directory resource | |
| view | No | Query string parameter — extended view of data | |
| vendor_id | Yes | URL path parameter — unique identifier of the vendor | |
| project_id | Yes | URL path parameter — unique identifier for the project. |