Show Company Vendor Insurance
show_company_vendor_insuranceGet complete details for a specific company vendor insurance by providing company, vendor, and insurance IDs. Retrieves the full field set from Procore's directory.
Instructions
Show detail on the specified Company Vendor Insurance. Use this when you already know which company vendor insurance you want and need its full field set. company_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 company 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: company_id, vendor_id, id. Procore API: Core > Directory. Endpoint: GET /rest/v1.0/companies/{company_id}/vendors/{vendor_id}/insurances/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Directory resource | |
| vendor_id | Yes | URL path parameter — unique identifier of the vendor | |
| company_id | Yes | URL path parameter — unique identifier for the company. |