Skip to content

KeybaseListMentionsOfSpecificTopic

KeybaseListMentionsOfTopics

POST /keybase-*/_search
{
   "query": {
      "bool": {
            "must_not": {
                "query_string": {
                    "query": "null",
                    "default_field": "msg.channel_mention"
                }
            },
            "must":{
               "exists": {
                  "field": "msg.content.text.teamMentions"
               }
            }
      }
   },
   "size":250
}