furl_list
List stored CCR entries, newest first, showing hash, timestamps, TTL, size, content kind, and preview. Supports pagination with limit and offset.
Instructions
List stored CCR entries, newest first — a directory of what furl_compress / furl_read have stashed this session. Returns per entry: hash, created-at, age (humanized time since storage), ttl (the entry's retention window), expires_in (humanized time left before the TTL evicts it, e.g. "23h"), size (characters), content-kind (the originating tool, when known), and a short preview. Page with limit/offset. Use furl_retrieve with a hash for the full original, or furl_search to find by content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to return (default 20, capped at 100). | |
| offset | No | Number of newest entries to skip, for paging (default 0). |