MINARA

List behavior event timeline

GET /v1/behavior/events — Return a cursor-paginated, privacy-safe chronological event list with module, source, interaction, statistics, and sanit

GET /v1/behavior/events

Return a cursor-paginated, privacy-safe chronological event list with module, source, interaction, statistics, and sanitized context fields.

Memory, Memory Settings, Settings, profile administration, and workspace administration are excluded. This applies both to newly admitted events and to historical rows returned by this endpoint.

Each event includes the stable machine action, its resolved module, an optional meaningful submodule, and an optional journeyStage. UI clients should localize the machine action. Generic page actions can be rendered with module context, for example page.open as Opened Chat and page.active as Actively used Markets. A navigation submodule is implementation context and should not be appended to the visible module label.

MethodGET
Path/v1/behavior/events
AuthAuthorization: Bearer <token> required
Categorybehavior

The metadata object is already expanded to readable keys by the API. It is limited to privacy-safe business dimensions; raw prompts, descriptions, accounts, exact amounts, positions, balances, and P&L are never returned.

On this page