---
title: "Get my hivemind activity stats"
method: GET
path: "/me/hivemind-stats"
tags: ["Hivemind"]
---

# Get my hivemind activity stats

`GET /me/hivemind-stats`

Returns cumulative org-wide and per-caller hivemind activity counts (sessions, memory recalls, memory bytes) across every org the caller belongs to. Data is pre-aggregated by the daily rollup; the endpoint sums in-database with no per-request session scans.

## Response `200`

OK

- InternalHttpapiUsersapiHivemindStatsResponse
  - `org` InternalHttpapiUsersapiHivemindStatsScope
    - `memory_recall_count` integer
    - `memory_search_bytes` integer
    - `sessions_count` integer
  - `user` InternalHttpapiUsersapiHivemindStatsScope
    - `memory_recall_count` integer
    - `memory_search_bytes` integer
    - `sessions_count` integer

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/deeplake/apis/deeplake-api.md) · [All operations](https://skmtc.net/deeplake/apis/deeplake-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeplake/deeplake-api/revisions/e16ed11d991c/schema)
