| Field | Type | Required | Description | Example |
|---|---|---|---|---|
datasources_filter |
List[str] | ➖ | Filter results to one or more datasources (e.g. gmail, slack). All results are returned if missing. | |
filter_sets |
List[models.FacetFilterSet] | ✔️ | A list of facet filter sets that will be OR'ed together. An AND is assumed between different filters in each set. | |
cursor |
Optional[str] | ➖ | Pagination cursor. A previously received opaque token representing the position in the overall results at which to start. |