Log Administration
Endpoints
Recent Logs (Ring Buffer)
GET /administration/logsParameter
Type
Default
Description
# Get the 50 most recent WARN+ entries for a specific agent
curl "http://localhost:7070/administration/logs?agentId=my-agent&level=WARN&limit=50"[
{
"timestamp": 1711900800000,
"level": "WARN",
"loggerName": "ai.labs.eddi.modules.llm.impl.LlmTask",
"message": "LLM response was not valid JSON, storing as plain string",
"environment": "production",
"agentId": "my-agent",
"agentVersion": 3,
"conversationId": "conv-abc123",
"userId": "user-42",
"instanceId": "eddi-host-a1b2"
}
]Historical Logs (Database)
Parameter
Type
Default
Description
Live Log Stream (SSE)
Parameter
Type
Default
Description
Instance ID
Configuration
Property
Default
Description
Architecture
Related APIs
API
Path
Purpose
Last updated
Was this helpful?