List Generic Tools
list_generic_toolsDiscover generic tools available in a Procore company and retrieve their IDs for use in other API calls. Filter by project and paginate results as needed.
Instructions
Returns a list of all Generic Tools in the specified Company. For more information on Generic Tool and Correspondence Tool endpoints, see Working with the Correspondence Tool. Use this to discover generic tools or to look up the id of one before calling a tool that needs it. company_id defaults to the value set by procore_set_config when omitted. Returns a JSON array of generic tools; 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. Required parameters: company_id. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: GET /rest/v1.0/companies/{company_id}/generic_tools
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) | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| filters__project_id | No | Query string parameter — return item(s) with the Project ID. |