Skip to content

KeybaseListTeamsAUserHasPostedIn

KeybaseListTeamsAUserHasPostedIn

GET /keybase-*/_search
{
  "query": {
    "bool": {
      "must": [
          { "match": {
              "msg.sender.username": {"query": "dentropy"}
              }
          }
      ]
    }
  },
  "aggs": {
    "topics": {
        "terms": {
            "field": "msg.channel.name",
            "size": 100
        }
    }
  },
  "size":0
}