Is it possible to obtain all the values from a picklist into an array?

Is it possible to obtain all the values from a picklist into an array?

Hello community, I have a question... I am trying to make a round robin function to assign records to my team, I need to have the names of the assignees in an array so I can build a function in Deluge, so as you know, usually when you have a picklist you have something like:

- Picklist1
      *John
      *Sarah
      *Angie
      *Peter

so you can get the selected value for a record with the get() function, but is there a way I can get the 4 values (John, Sarah, Angie and Peter) into an array or know what are the values contained in that picklist with a deluge function, API call or something else?