Get Lorekeeper Activity
GET /api/agents/lorekeeper/activity
GET
/api/agents/lorekeeper/activity
Return the Lorekeeper activity feed (most recent first).
Args:
limit: Max entries to return ([1, 200] — enforced by FastAPI).
operation_filter: If set, only entries whose operation_type
matches are returned (e.g. "consistency_analysis").
time_filter: Window shortcut — one of "1h", "24h", "7d",
"30d". Entries outside the window are excluded.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Responses
Section titled “ Responses ”Successful Response
Response Get Lorekeeper Activity Api Agents Lorekeeper Activity Get
Array<object>
LorekeeperActivityEntrySingle activity-feed row recording an agent operation.
Every consistency check, entity extraction, or lore validation run produces one of these. The Lorekeeper panel renders the feed as a compact “recent runs” timeline so users can see what the agent has been doing without digging through logs.
object
timestamp
required
Timestamp
string
filePath
required
Filepath
string
operationType
required
Operationtype
string
entitiesCount
required
Entitiescount
integer
inconsistenciesCount
required
Inconsistenciescount
integer
loreRelevance
required
Lorerelevance
number
confidenceScore
required
Confidencescore
number
analysisDurationSeconds
required
Analysisdurationseconds
number
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context