Skip to main content
GET
One-shot envelope of every memory analytics pipe

Authorizations

x-api-key
string
header
required

Query Parameters

granularity
string
default:hour
Pattern: ^(minute|hour|day|week)$
start_date
string<date>
required
end_date
string<date>
required

Response

Successful Response

Single envelope returned by /v1/analytics/memory/dashboard.

ingestion
MemoryIngestionTimeseriesRow · object[]
required
coverage
MemoryCoverageEnvelope · object
required

Single-object response for /v1/analytics/memory/coverage.

Numerator (users_with_memory and the episode counts) comes from Tinybird; total_end_users comes from Neo4j. The service merges both, computing coverage_rate_pct and clamping at 100 for the edge case where a user was deleted after their memory was synced.

recalls
RecallTimeseriesRow · object[]
required
distribution
UserDistributionRow · object
required