List filterable fields
List the filter axes available for search and list calls.
Always includes the four core entity ids (user_id,
agent_id, conv_id, app_id), type, and
created_at. Per-org promoted metadata fields will appear here
when configured (not in v1).
Documentation Index
Fetch the complete documentation index at: https://docs.mem.xtrace.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Long-lived org API key. Alternative: Authorization: Bearer <key>.
Required alongside the API key (no key→org reverse index).
Headers
Response
Successful Response
Response shape for GET /v1/memories/facets.
core fields are the always-available axes (entity ids,
type, created_at). PR 4 dropped the server-side
auto-default for app_id (zero-entity ingests now require
conv_id); the field stays on :class:FacetField for callers
that promote per-org metadata facets but is always None for
core rows.