Get Feed Events
Get feed events with filtering.
Returns agent activity (briefings, insights, flags, and background task results). Filter by date range, event type, severity, or unresolved items only.
Query Parameters
limit?Limit
Default
50Range
1 <= value <= 1000offset?Offset
Default
0Range
0 <= valueseverity?string|null
event_type?string|null
unresolved_only?Unresolved Only
Default
falselast_n_days?Last N Days
Default
90Range
1 <= value <= 365date_from?|
Start of date range (YYYY-MM-DD). Overrides last_n_days lower bound.
date_to?|
End of date range (YYYY-MM-DD, inclusive). Defaults to today.
source?|
Filter by metadata.source value (e.g. 'library:source_id').
space_id?|
Filter by memory space. Feed storage stays global; matching is based on event metadata or related memories.
include_total?Include Total
Return an exact total count. Set false for faster first-page loading when only page data and has_more are needed.
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/agent/feed/events"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}