Mapping EnumValues Of Orchestrator Entities With Corresponding Names

In database (even for APIs), use Numbers for EnumTypes like Log Level 0,1,2 and RobotType 0,1,2 etc. Where to find the corresponding names for these values?

Issue Description: In database (even for APIs), usage Numbers for EnumTypes like Log Level 0,1,2 and RobotType 0,1,2 etc. Where to find the corresponding names for these values?
Example - What does job state 0,1,2 etc represent? What are Log Level 1,2,3 correspond to.

Resolution : Just append /odata/$metadata with the Orchestrator URL and access the link. Like https://ORCHESTRATORURL/odata/$metadata

It will return all the metadata for these enum types as shown in below screenshot:
1.jpg