Model
OperationRepository
Magento\AsynchronousOperations\Model\OperationRepository
What it does
This repository class manages the retrieval of asynchronous operation entities in Magento 2.
Developers use it to fetch lists of bulk operations with filtering, sorting, and pagination through search criteria, typically when querying the status of background tasks or bulk API operations.
Public Methods
- getList()