Show Project Insurance
show_project_insuranceRetrieve detailed information for a specific insurance record in a Procore project by providing the project and insurance IDs.
Instructions
Return detailed information on the specified Insurance. Use this to fetch the full details of a specific Directory records by its identifier. Returns a JSON object describing the requested Directory records. Required parameters: project_id, id. Procore API: Core > Directory. Endpoint: GET /rest/v1.0/projects/{project_id}/insurances/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Directory resource | |
| view | No | Query string parameter — extended view of data | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |