Due to the complexity of advanced filtering, updates may take a few seconds to appear in search results.
Endpoint
Request body
Sample request
Pagination
Standard pagination (page + limit)
- Fetches up to 10,000 records total.
- Maximum 500 records per request.
Cursor-based pagination (searchAfter + limit)
- Required for more than 10,000 records.
- Use the
searchAftervalue returned in each response as the start point for the next page. - Do not include
pagewhen usingsearchAfter.
Filters
Filters can be applied individually or grouped with AND / OR logical operators. Each filter has three components:- Field — the opportunity attribute to filter on.
- Operator — the comparison to apply.
- Value — the value to compare against.