Skip to main content
The Activity page shows a timeline of all pipeline executions and system events in your workspace.

Activity timeline

Events are grouped by date. Each entry shows:
  • Operation — The pipeline or action that ran (e.g., cognify, add, search).
  • StatusCompleted, Started, or Error.
  • Owner — The user or agent that triggered the operation.
  • Dataset — The dataset involved.
  • Timestamp — When the event occurred.
Use the filters at the top to narrow by agent or dataset.

Trace viewer

Click a completed 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.
Each span includes its duration, which helps identify bottlenecks in processing.

Pagination

The timeline loads 10 events at a time. Scroll to the bottom and click Load more to see older events.