---
title: "Get space analytics (Future Feature)"
method: GET
path: "/spaces/{space_id}/analytics"
tags: ["spaces"]
---

# Get space analytics (Future Feature)

`GET /spaces/{space_id}/analytics`

🚧 **Future Feature**: Get detailed analytics for a memory space.
    
    **Planned metrics:**
    - Memory creation trends
    - Search patterns
    - Most used tags
    - Usage statistics
    
    Currently returns 501 Not Implemented.

## Path parameters

- `space_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error
- `501` — Feature not yet implemented

---

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