Skip to content

Get Cluster Detail

GET
/api/creative/lore/ml/clusters/{cluster_id}

Get a single cluster with its member entries.

cluster_id
required
Cluster Id
string

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
parentClusterId
Any of:
string
entryCount
required
Entrycount
integer
topTerms
required
Topterms
Array<string>
dominantType
Any of:
string
explanation
Explanation
string
""
entries
required
Entries
Array<object>
MLClusterEntryResponse

A lore entry within a cluster.

object
entryId
required
Entryid
string
entryTitle
required
Entrytitle
string
entryType
required
Entrytype
string
maturityTier
Maturitytier
string
default: stub
total
required
Total
integer

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object