API reference · 2 endpoints
Audit logs
Query the audit trail of recall and MCP activity in a namespace.
GET
/v1/default/namespaces/{namespace_id}/audit-logsList audit logs
List audit log entries for a namespace, ordered by most recent first.
Parameters
namespace_idstringpathrequiredactionstring | nullqueryFilter by action type
transportstring | nullqueryFilter by transport (http, mcp, system)
start_datestring | nullqueryFilter from this ISO datetime (inclusive)
end_datestring | nullqueryFilter until this ISO datetime (exclusive)
limitintegerqueryMax items to return
offsetintegerqueryOffset for pagination
GET
/v1/default/namespaces/{namespace_id}/audit-logs/statsAudit log statistics
Get audit log counts grouped by time bucket for charting.
Parameters
namespace_idstringpathrequiredactionstring | nullqueryFilter by action type
periodstringqueryTime period: 1d, 7d, or 30d