Show App Installation
show_app_installationRetrieve full details of a specific app installation by ID. Resolve the ID with the list tool first; returns a single JSON object without modifying Procore data.
Instructions
Get the details of a single app installation. Use this when you already know which app installation 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 app installation. 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, project_id. Procore API: Platform - Developer Tools > App Marketplace. Endpoint: GET /rest/v1.0/app_installations/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the App Marketplace resource | |
| company_id | Yes | Query string parameter — unique identifier for the company. You must supply either a company_id or project_id. | |
| project_id | Yes | Query string parameter — unique identifier for the project. You must supply either a company_id or project_id. |