Most of Synapse.get's arguments are defined as loose kwargs. We moved from kwargs to formally defined keyword arguments on Synapse.store with Synapse 2.1, we should do the same for get. Now that these parameters pass through to synapser as well it's even more important that they be formally defined.