I don't think there is existing api getting list of status, you have to create your own. or you can simply customize order.info to get status label. just ...
EDIT. In such case, you have to use \Magento\Sales\Model\ResourceModel\ Order\Status\CollectionFactory which will you give the list of the ...
To see all orders with statuses and emails: $orders = Mage::getModel('sales/ order')->getCollection() //->addFieldToFilter('status', 'complete') ...
If you want to use collections you can get your order object like this: $collection = Mage::getModel('sales/order')->getCollection() ...
foreach( $orderStatusCollection as $orderStatus) { $status[] = array ...
To get a list of all order status can be easily done as Magento
Because once customer place an order, it process and passes through different Magento 2 order Management statuses like New Order, ...
One such similar scenario was when I had to get the collection of order statuses in Magento 2. I required the order status collection in order to ...
In the Order Status grid, find the order status record to be unassigned.
If you want to bulk update or just view all of your pending or processing orders, you can find them quickly and easily. magento order status. Create ...