---
title: "GET /v1/entities/filters/"
method: GET
path: "/v1/entities/filters/"
tags: ["entities"]
---

# GET /v1/entities/filters/

`GET /v1/entities/filters/`

## Response `200`

Successfully retrieved entity filters.

- object
  - `event_type` string[] — Event types that can be filtered on.
  - `categories` unknown[] — Memory categories that can be filtered on.
    - unknown
  - `users` string[] — User IDs that can be filtered on.
  - `parameters` object[] — Filter UI field definitions used by the Mem0 dashboard.
    - `name` string
    - `label` string
    - `type` string
    - `placeholder` string
    - `options` object[]
      - `value` string
      - `label` string

## Changes

- **2026-08-04** `d8043b07769d` — 1 info
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/mem0/apis/mem0-api-docs/changes/v1/entities/filters/get.md)

---

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