Skip to main content
GET
Python
List recent events for your organization and project.

Use Cases

  • Dashboards: Summarize adds/searches over time by paging through events.
  • Alerting: Poll for FAILED events and trigger follow-up workflows.
  • Audit: Store the returned payload/metadata for compliance logs.

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successfully retrieved events.

count
integer
required

Total number of events matching the filters.

results
object[]
required

Array of event objects.

next
string | null

URL for the next page of results.

previous
string | null

URL for the previous page of results.