Show Company File
show_company_fileRetrieve full details of a document file in Procore using company ID and file ID.
Instructions
Show detailed information about a File. Use this to fetch the full details of a specific Documents by its identifier. Returns a JSON object describing the requested Documents. Required parameters: company_id, id. Procore API: Core > Documents. Endpoint: GET /rest/v1.0/companies/{company_id}/files/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier of the Documents resource | |
| show_latest_version_only | No | Query string parameter — show only latest File Version | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |