---
title: "Retrieve all events for current organization and project."
method: GET
path: "/v1/events/"
tags: ["events"]
---

# Retrieve all events for current organization and project.

`GET /v1/events/`

## Response `200`

Successfully retrieved events.

- object
  - `count` integer, required — Total number of events matching the filters.
  - `next` string, nullable — URL for the next page of results.
  - `previous` string, nullable — URL for the previous page of results.
  - `results` object[], required — Array of event objects.
    - `id` string, uuid — The unique identifier of the event.
    - `event_type` string — The type of event (e.g., ADD, SEARCH).
    - `status` 'PENDING' | 'RUNNING' | 'FAILED' | 'SUCCEEDED' — The current status of the event.
    - `payload` object — The original payload associated with the event.
    - `metadata` object, nullable — Additional metadata associated with the event.
    - `results` unknown[] — Array of results produced by the event. For add events, this confirms the write completed; temporal reasoning enrichment runs asynchronously by default.
      - unknown
    - `created_at` string, date-time — Timestamp when the event was created.
    - `updated_at` string, date-time — Timestamp when the event was last updated.
    - `started_at` string, date-time — Timestamp when event processing started.
    - `completed_at` string, date-time — Timestamp when event processing completed.
    - `latency` number — Processing time in milliseconds.

---

[API](https://skmtc.net/mem0/apis/mem0-api-docs.md) · [All operations](https://skmtc.net/mem0/apis/mem0-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mem0/mem0-api-docs/revisions/c86fe9831e7e/schema)
