Kaltura URL Storage Scheme

Hello,
Is it possible to set up custom URL Scheme for Kaltura Storage?

We need to retrieve via API the remote storage video path, we are using “Kaltura Path” which is made from:
content/entry/data/0/0/<entry_id>_<flavor_id>.mp4
We can get the flavor/entry id from API but I assume the “0/0/” part will also incline after the folder will be full so we need a way to get the full video path on the remote storage. How can we achieve it?

If it’s not possible then we need a way to construct the storage path by our own scheme if its possible.

p.s: we also tried switching to “External Path”, this Path scheme uses DATE + incremental number which is also hard to predict.