The Activity page shows a timeline of all sessions, pipeline executions, and system events in your workspace.Documentation Index
Fetch the complete documentation index at: https://docs.cognee.ai/llms.txt
Use this file to discover all available pages before exploring further.
Sessions
A Sessions section appears above the pipeline run timeline and lists agent sessions from the last 30 days. Each session entry shows:- Status — Color-coded indicator: green for completed, amber for abandoned, red for failed or with errors.
- Label — Session ID or a descriptive label if one is set.
- Model — The last model used during the session.
- Tokens — Combined input and output token count.
- Errors — Number of errors recorded in the session.
- Last activity — Time of the most recent event in the session.
Deep-linking to a session
Append?session=<session_id> to the Activity page URL to automatically expand and scroll to that session on load.
Activity timeline
Events are grouped by date. Each entry shows:- Operation — The pipeline or action that ran (e.g., cognify, add, search).
- Status —
Completed,Started, orError. - Owner — The user or agent that triggered the operation.
- Dataset — The dataset involved.
- Timestamp — When the event occurred.
Trace viewer
Click a completed pipeline run to expand its trace. The trace shows individual spans grouped by category:- LLM — Language model calls (entity extraction, summarization).
- Vector — Embedding generation and vector store operations.
- Graph — Knowledge graph write and query operations.
- Search — Retrieval operations.
- System — Internal orchestration steps.