Not really... the system sees the Fusion as one drive. In theory though, the flash portion would always be almost full as the system tries to move the most frequently used data to that device.
Give this article a read. You can sort of deduce where data is stored by watching disk activity using iostat while you copy files around.
As per Weaselboy, the flash portion should always be full or nearly so, but what its full with will change, so there is no point knowing what with, and the only thing that will change is how full the hard disk part is as you gain or remove data.
The OS tries to have the SSD drive full except for 4 GB that are used as a write cache. When you write data the write cache is filled; when you stop writing the OS empties the write cache so that the SSD drive has 4 GB free again. If you delete data that happens to be on the SSD drive, then the OS fills it up again with data from the hard drive when you stop using the drive for a second.
That will show the total space used by the Fusion logical volume, but it does not break it down by the individual, physical disks. It will just show the size of each physical disk, but not space free/used.