Get companies
Retrieve a paginated list of companies.
Responses include direct Enginy app URLs when available. Each returned company includes an appUrl field. MCP agents should return those URLs to users whenever they are present in the response.
Required scope:
COMPANIES_READRate limit: 100 requests per minute
Authorizations
Query Parameters
Page number for pagination. Minimum value is 1. Defaults to 1.
Number of items per page. Minimum is 1, maximum is 100. Defaults to 25.
Search term to filter companies by name or domain (case-insensitive).
Filter companies by list ID.
Filter companies updated on or after this date (ISO 8601 format).
Filter companies updated on or before this date (ISO 8601 format).
Filter companies by a specific actions run ID. Returns only companies that were created or processed as part of this actions run (e.g., from "Search companies" action).
Specific company fields to include in the response (comma-separated or array). Use GET /v1/companies/fields (MCP tool get_company_field_metadata) to discover valid company field names.