Skip to main content
GET
Get Dream stats

Authorizations

Authorization
string
header
required

API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'

Path Parameters

org_id
string
required

Unique identifier of the organization.

project_id
string
required

Unique identifier of the project.

Response

Successful response.

active
integer

Active (current) memory count.

merged
integer

Count of memories merged into a canonical one.

superseded
integer

Count of memories superseded by a newer one.

synthesized
integer

Count of higher-order pattern memories created by synthesis.

last_run_at
string<date-time> | null

When synthesis last completed.

processed_through
string<date-time> | null

Timestamp of the newest source memory synthesis has processed.

running
boolean

Whether a synthesis run is currently in flight.

next_run_at
string<date-time> | null

Projected next synthesis run.