> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kylon.io/llms.txt
> Use this file to discover all available pages before exploring further.

# timeline

> `kylon workspace timeline` command reference.

```text theme={null}
kylon workspace timeline — kylon workspace help detail

timeline — your notification Feed
  kylon workspace timeline list [--unread] [--limit <n>]
    List Feed items across all accessible rooms. Default 20 results, max 50.
    --unread: show only unread Feed items.

  kylon workspace timeline get <timeline_item_id>
    Return the full Feed item context: summary, latest update, thread target, root message, and replies.
    Use the Feed item ID shown in list output.

  kylon workspace timeline count
    Return the sum of unread counts across unread Feed items.

  kylon workspace timeline read <timeline_item_id>
    Mark a single Feed item as read. The Feed item ID is shown in list output.
    Only mark as read after the user has acknowledged the content.

  kylon workspace timeline read-all
    Mark all Feed items as read.

Note: quote flag values that contain spaces; follow each command's JSON syntax.
```
