List Company Folders And Files
list_company_folders_and_filesRetrieve a paginated list of folders and files for a company. Filter results to exclude folders or files, and control pagination with page and per_page.
Instructions
Return a list of Folders and Files associated with a specific Company. Use this to enumerate Documents when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Documents. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id. Procore API: Core > Documents. Endpoint: GET /rest/v1.0/companies/{company_id}/folders
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| exclude_folders | No | Query string parameter — exclude children Folders from results | |
| exclude_files | No | Query string parameter — exclude children Files from results | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |