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
365Range
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').
Response Body
application/json
application/json
curl -X GET "http://127.0.0.1:14242/agent/feed/events"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}