GET
https://api.discovertext.com/api/v1/cluster/project/{project_id}
Return Value: A Collection of cluster groups for the project
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) }