search_opportunities
Search or list opportunities in Capsule CRM with free-text queries. Returns results in default order; for structured filters use filter_opportunities.
Instructions
Free-text search or list opportunities in Capsule CRM. Returns results in Capsule's default order (no sort parameter is supported here). For structured queries — 'most recent', 'won this quarter', 'in pipeline X at milestone Y' — use filter_opportunities instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search query | |
| page | No | ||
| embed | No | Comma-separated embeds. Valid tokens: tags, fields, party, milestone, missingImportantFields. | |
| since | No | Only records CHANGED on/after this ISO-8601 timestamp (incremental sync; pairs with the list_deleted_* audit tools). Wire-verified on the plain list endpoints. Ignored by Capsule when q triggers the /search sub-resource — omit q when using since. | |
| perPage | No |