The query looks good to me, it seems that you just have one result. Also note that it only returns events if there is actually a type with that key.
You can replace get in your query with toSql and it should show you what query will be performed. You can try that on your database and see if that returns more results.