Get Account Opportunities Insights
get_account_opportunities_insightsGet opportunities for domain(s) with status filtering and pagination.
STATUS VALUES: NO_OPPS, OPEN, CLOSED_WON, CLOSED_LOST
SORT OPTIONS: lastTouchDate (default), status, name, amount
PAGINATION: Use small page sizes (25-50) with sequential calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 0-based page number. | |
| size | No | Items per page (default 25, max 10000). Raise it to pull the full set in one call. | |
| sort | No | Sort field. Default: lastTouchDate | lastTouchDate |
| status | No | Filter by status. Omit for all. | |
| domains | Yes | Domain strings. E.g., ['metadata.io'] | |
| endDate | No | ISO 8601 format. | |
| startDate | No | ISO 8601 format. E.g., '2025-01-01T00:00:00.000Z' |