List Companies
list_companiesRetrieve a paginated list of companies visible to your user. Use it to discover companies and find their IDs before calling other Procore tools.
Instructions
Return a list of Companies visible to the User. NOTE: This endpoint does not require the ['Procore-Company-Id' header] (https://developers.procore.com/documentation/tutorial-mpz) to be included on a request. Use this to discover companies or to look up the id of one before calling a tool that needs it. Returns a JSON array of companies; page and per_page control pagination and the response reports how many pages remain. 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. Procore API: Company Admin > Company Settings. Endpoint: GET /rest/v1.0/companies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| include_free_companies | No | Query string parameter — by default the endpoint excludes free companies. Provide include_free_companies=true to include them |