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

# Feed and filters

> Date filter, pagination, and reading event rows

## Date filter

Filter events by day (same pattern as **Tasks** and **Workflows** lists). The chosen date is stored in **session storage** so it persists while you navigate the project.

When the date filter is active:

* The API returns **pages of 20** items
* **Previous** / **Next** control pagination (disabled on first/last page)

When every status bucket has fewer than 20 items, the UI may hide the date filter and load **ALL** in one request.

## Reading a row

| Badge color | Typical meaning                 |
| ----------- | ------------------------------- |
| Cyan        | Agent or heartbeat activity     |
| Green       | Status / delivery success       |
| Red         | Errors                          |
| Amber       | Files or user-authored messages |

**Command** rows often show the Bridge command name (e.g. dispatch, file operations). **Status** rows may show `status=...` from the payload.

## Task messages

Message rows show the author (`agent`, `user`, `system`, `delivery`) and body text. Tap or click to open **task detail** when `taskId` is present.

## Mobile

On mobile, rows use a compact card layout with badge, timestamp, and optional task title — full-width tap targets for navigation.
