Deskhero Developer Hub
Back to deskhero.com
Clusters

Get build

Returns one topic cluster build over the workspace's tickets and scraped web pages, with the clusters, their labels and summaries and the map points behind them, defaulting to the most recent build when no build_id is given.

GET /api/{tenant:minlength(2)}/v{version:apiVersion}/clusters
Authorisation
Minimum role: USER

Request arguments

Name Type Source
build_idInt32Query
Request body example

Response

Status
200 (OK)
Type
DTO_cluster_build
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest), 403 (Forbidden)
Response body example
DTO_cluster_build
NameTypeReadOnlyDescription
clustersDTO_cluster[]Clusters
idInt32Id
createdDateTimeCreated
DTO_cluster
NameTypeReadOnlyDescription
map_pointsDTO_cluster_map_point[]Map points
indexInt32Index
label_level_1StringLabel level 1
label_level_2StringLabel level 2
summaryStringSummary
doc_countInt32Doc count
centroid_xDoubleCentroid x
centroid_yDoubleCentroid y
DTO_cluster_map_point
NameTypeReadOnlyDescription
entity_idInt32Entity id
entityENUM entityEntity
labelStringLabel
urlStringPage url when the entity is a scraped item, otherwise null
xDoubleX
yDoubleY
ENUM entity
ValueNameDescription
0UNKNOWNUNKNOWN
1LISTLIST
2GROUPGROUP
3USERUSER
4LIST_ENTRYLIST_ENTRY
5TICKETTICKET
6SEARCHSEARCH
7INVOICEINVOICE
8KNOWLEDGE_BASEKNOWLEDGE_BASE
9SCRAPED_ITEMSCRAPED_ITEM
10FIELDFIELD
11TICKET_CONVERSATIONTICKET_CONVERSATION
12EXPORTEXPORT
13EXTERNAL_PRODUCTEXTERNAL_PRODUCT
14TEMPLATETEMPLATE
15PROFILE_APIPROFILE_API
16FAQFAQ

Generated Aug 4, 2026 18:37