memμrondocs
Console
API REFERENCE

List memories

List memories in the active organization with pagination and optional scope filtering.

Requires authentication — a Bearer token or X-Memuron-Actor-Id header.

Query parameters

scopestringoptional

limitintegeroptional

offsetintegeroptional

GET/memuron/memories
curl https://api.memuron.com/memuron/memories
200 OK
{
  "status": "success",
  "count": 42,
  "memories": [],
  "filters": {}
}