DiscoverText API - Archive Cluster List

GET
https://api.discovertext.com/api/v1/cluster/archive/{archive_id}
Return Value: A Collection of cluster groups for the archive
    meta: {
        count: (item count),
        offset: (current offset),
        limit: (current limit)
    },
    singlesCount: (count of single items),
    items: [ { cluster }, { cluster }, ...],
    links: [ { paging links } ]
}
        
Where {cluster} is:
{
    id: (the cluster id, numeric),
    itemCount: (count of items in the cluster, numeric)
    clusterName: (the cluster name, string)
}