Skip to main content
GET
Get memories in a Dream run

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.

run_id
string
required

Identifier of the synthesis run.

Query Parameters

limit
integer
default:50

Page size (default 50, max 200).

cursor
string

Opaque keyset cursor (use the run's mem_cursor or a previous next_cursor).

Response

200 - application/json

Successful response.

results
object[]
next_cursor
string | null

Cursor for the next page, or null when there are no more.