excalibur_list_snippets
List your saved post snippets, server-side sorted, filtered, and
offset-paginated. sort_col is one of favorite|created|updated|name
(default favorite); sort_dir is asc|desc. search is a
case-insensitive regular expression matched against the snippet name or body.
date_from/date_to accept bare YYYY-MM-DD (UTC-calendar day,
end-inclusive) or an ISO instant (patron-local midnight from the FE). Bound
the date_field column, one of created|updated (default created).
page is 0-indexed; page_size is 1..200. Free, owner-scoped. Returns
{snippets:[…], total, page, page_size} reflecting the filtered set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| npub | No | Required. Your Nostr public key (npub1...). | |
| page | No | ||
| search | No | ||
| date_to | No | ||
| sort_col | No | favorite | |
| sort_dir | No | desc | |
| date_from | No | ||
| page_size | No | ||
| date_field | No | created | |
| dpop_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||