| Field | Type | Required | Description |
|---|---|---|---|
experiment_ids |
List[int] | ➖ | List of experiment ids for the corresponding request. |
tracking_token |
Optional[str] | ➖ | An opaque token that represents this particular feed response. |
server_timestamp |
int | ✔️ | Server unix timestamp (in seconds since epoch UTC). |
results |
List[models.FeedResult] | ➖ | N/A |
facet_results |
Dict[str, List[models.FacetResult]] | ➖ | Map from category to the list of facets that can be used to filter the entry's content. |
mentions_time_window_in_hours |
Optional[int] | ➖ | The time window (in hours) used for generating user mentions. |