Skip to content

Get 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.

limit
Limit
integer
default: 20 >= 1 <= 200
operation_filter
Any of:
string
time_filter
Any of:
string

Successful Response

Response Get Lorekeeper Activity Api Agents Lorekeeper Activity Get
Array<object>
LorekeeperActivityEntry

Single 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
consistencyLevel
Any of:
string
checkId
Any of:
string

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object