Get list of archive items

Enonic version: 7.11.1
OS: Linux

Can you please tell me how to get the list of archive content?
Should I use contentLib.query?

It is all accessible in the UI if you install Content Studio+, but that requires a subscription to work fully.
So, alternative is via Data Toolbox to get it visually.

Via API, you should be able query, and use _path LIKE /archive/* AFAIK.

2 Likes