Overview
Every operation is logged automatically. Use the audit trail to track agent behavior, debug issues, and monitor usage.Viewing Audit Logs
Logged Actions
| Action | When |
|---|---|
write | Memory stored (POST) |
read | Memory retrieved (GET) |
delete | Memory deleted (DELETE) |
search | Search performed |
list | Memories listed |
upload | File uploaded |
pin | Pin status toggled |
importance | Importance score updated |
Filtering
| Parameter | Description |
|---|---|
action | Filter by action type |
limit | Max results (default 50, max 100) |
cursor | Cursor for pagination |
Cursor Pagination
UsenextCursor from the response to page through results:

