Getting Archival cases from pega cloud

How can i get list of cases based on condition after archiving cases in pega cloud?

You can only search by properties that are exposed and indexed. Properties residing only in the BLOB are not searchable once archived.

Use pxRetrieveSearchData to retrrieve the contents from blob storage based on your filters. The filters must be optimized before archived.

Thanks Ramesh for the response. I checked the activity have few query.

  1. What should I pass in pySearchString(required param) as I am planning to get the list of archival cases based on pxCreateDateTime?
  2. In which class the report definition should be created, the work class from which cases were archived?
    Thanks,Smita