Show Project Folder
show_project_folderRetrieve detailed information about a specific project folder in Procore, including its files and subfolders. Requires the folder ID and project ID.
Instructions
Show detail on the specified folder. Must be either true or false. Use this when you already know which project folder 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 project folder. 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, project_id. Procore API: Core > Documents. Endpoint: GET /rest/v1.0/folders/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Documents resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| exclude_files | No | Query string parameter — exclude children files from results. Must be either true or false. | |
| exclude_folders | No | Query string parameter — exclude children Folders from results. Must be either true or false. | |
| show_latest_file_version_only | No | Query string parameter — show only the latest file version. Must be either true or false. |