Search Deals Advanced
Search deals within a group using flexible filters.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
group_id
Query parameters
sort_by
sort_order
page
page_size
Request
This endpoint expects an object.
filters
Base filter model for deal search.
Supports individual field filters or logical operators ($and, $or).
Example with benchmark metrics:
{
"filters": {
"$and": [
{"company_name": "Acme"},
{
"benchmark_metrics": {
"field_name": "revenue",
"conditions": [
{"operator": "gte", "value": 1000000},
{"operator": "lte", "value": 5000000}
]
}
}
]
}
}
Response
Successful Response
total_count
page
page_size
data