Get Dashboard
curl --request GET \
--url https://api.example.com/admin/v1/dashboard{
"data": {
"totals": {
"rawData": 123,
"items": 123,
"insights": 123,
"memoryThreads": 123,
"graphEntities": 123,
"itemLinks": 123
},
"backlog": {
"conversationPending": 123,
"insightUnbuilt": 123,
"insightUngrouped": 123,
"threadOutboxPending": 123,
"threadOutboxFailed": 123,
"graphBatchRepairRequired": 123
},
"activity": {
"days": 123,
"rawDataCreated": [
{
"date": "<string>",
"count": 123
}
],
"itemsCreated": [
{
"date": "<string>",
"count": 123
}
],
"insightsCreated": [
{
"date": "<string>",
"count": 123
}
]
},
"breakdown": {
"sourceClients": [
{
"name": "<string>",
"count": 123
}
],
"rawDataTypes": [
{
"name": "<string>",
"count": 123
}
],
"itemTypes": [
{
"name": "<string>",
"count": 123
}
],
"insightTypes": [
{
"name": "<string>",
"count": 123
}
],
"graphLinkTypes": [
{
"name": "<string>",
"count": 123
}
]
},
"healthSignals": {
"graphEnabled": true,
"retrievalGraphAssistEnabled": true,
"threadProjectionStates": [
{
"state": "<string>",
"count": 123
}
]
}
}
}Dashboard
Get Dashboard
GET
/
admin
/
v1
/
dashboard
Get Dashboard
curl --request GET \
--url https://api.example.com/admin/v1/dashboard{
"data": {
"totals": {
"rawData": 123,
"items": 123,
"insights": 123,
"memoryThreads": 123,
"graphEntities": 123,
"itemLinks": 123
},
"backlog": {
"conversationPending": 123,
"insightUnbuilt": 123,
"insightUngrouped": 123,
"threadOutboxPending": 123,
"threadOutboxFailed": 123,
"graphBatchRepairRequired": 123
},
"activity": {
"days": 123,
"rawDataCreated": [
{
"date": "<string>",
"count": 123
}
],
"itemsCreated": [
{
"date": "<string>",
"count": 123
}
],
"insightsCreated": [
{
"date": "<string>",
"count": 123
}
]
},
"breakdown": {
"sourceClients": [
{
"name": "<string>",
"count": 123
}
],
"rawDataTypes": [
{
"name": "<string>",
"count": 123
}
],
"itemTypes": [
{
"name": "<string>",
"count": 123
}
],
"insightTypes": [
{
"name": "<string>",
"count": 123
}
],
"graphLinkTypes": [
{
"name": "<string>",
"count": 123
}
]
},
"healthSignals": {
"graphEnabled": true,
"retrievalGraphAssistEnabled": true,
"threadProjectionStates": [
{
"state": "<string>",
"count": 123
}
]
}
}
}⌘I

