search_companies
Find companies by name, creation or update date, and owner. Use filters to narrow results and choose sorting order.
Instructions
Search for companies by name, date range, or owner.
Provide at least one filter for targeted results. Filters are combined with AND logic. With no filters, returns a paginated list of recent companies. Date params use YYYY-MM-DD format. sort_by accepts 'createdon' or 'updatedon'. sort_order accepts 'asc' or 'desc'. Set exact_search=True for exact name matching (default is fuzzy/like matching). Use list_users to find valid owner_id values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_name | No | ||
| created_from | No | ||
| created_to | No | ||
| updated_from | No | ||
| updated_to | No | ||
| owner_id | No | ||
| sort_by | No | ||
| sort_order | No | ||
| exact_search | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |