Get Cluster Detail
GET /api/creative/lore/ml/clusters/{cluster_id}
GET
/api/creative/lore/ml/clusters/{cluster_id}
Get a single cluster with its member entries.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” cluster_id
required
Cluster Id
string
Responses
Section titled “ Responses ”Successful Response
MLClusterDetailResponse
A single cluster with its entries.
object
cluster
required
MLClusterResponse
A single cluster with its metadata.
object
id
required
Id
string
clusterLabel
required
Clusterlabel
string
clusterDepth
required
Clusterdepth
integer
entryCount
required
Entrycount
integer
topTerms
required
Topterms
Array<string>
explanation
Explanation
string
entries
required
Entries
Array<object>
MLClusterEntryResponseA lore entry within a cluster.
object
entryId
required
Entryid
string
entryTitle
required
Entrytitle
string
entryType
required
Entrytype
string
maturityTier
Maturitytier
string
total
required
Total
integer
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context