OmniSupervisorConfig is the object/entity where Salesforce Omni-Channel Supervisor Configurations are stored. So, we have to query the OmniSupervisorConfig object/entity to fetch the Salesforce Omni-Channel Supervisor Configurations.
SOQL:
SELECT Id, DeveloperName
FROM OmniSupervisorConfig