Skip to main content
POST
Get Stats
Use this API to fetch aggregate Memory counts for the workspace.

Endpoint

POST https://api.velt.dev/v2/memory/stats/get

Headers

string
required
Your API key.
string
required

Body

Params

object
required
No fields required. Send an empty object.

Example Requests

Get workspace stats

Response

The result reports enriched activities, reviewer profiles, detected patterns, and knowledge sources. Three of the four counts stop at a ceiling: totalActivities at 10000, totalProfiles at 500, and totalPatterns at 100. A value equal to the ceiling means at least that many, so do not treat it as an exact total. totalKnowledgeSources is exact.

Success Response

Failure Response