List of playable sounds...?

Does anyone have a list of sounds that can be played from our plugins code when triggered by plugin events?

// When adding a storage box to a mini
Effect.server.Run(Prefab_Storage_Sound, vehicle.transform.position);
I'm able to play some sounds (above code), but testing a list of 4K+ individual sound assets to find the ones that will play is tedious to say the least :( ThanX!