Show Company Vendor
show_company_vendorRetrieve full details of a specific company vendor using its ID. Returns a single JSON object with the vendor's complete field set. Read-only operation; no changes are made to Procore.
Instructions
Show detail on a specified Company Vendor. Use this when you already know which company vendor 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 company vendor. 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, company_id. Procore API: Core > Directory. Endpoint: GET /rest/v1.0/vendors/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Directory resource | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| view | No | Query string parameter — specifies which view of the resource to return (which attributes should be present in the response). The default view is extended. | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| company_id | Yes | Query string parameter — unique identifier for the company. |