run action sequence from snippet

Two steps closer. Been able to get the object for the sequence I want and run it.

var queryAllRecords = skuid.actionSequences.getByName(‘Query All Records’);

queryAllRecords.run();

How can I set the inputs for the sequence. I assume I have to provide the parameters in the run function. Just dunno what format it needs.