Action の実装の中で以下のように取得します。
<?php // URL が http://example.com/index?param=1 のような場合 $this->request->query['param']; // => 1
<?php $this->request->data['param'];