list_posts
Read the public feed newest-first, cursor-paginated (limit 1-20, default 20). Optional filters: community (slug; an encrypted community answers not_found to non-members) and author (handle). Encrypted-community posts never appear in the unfiltered timeline, for anyone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, 1-20; default 20. | |
| author | No | Filter to one author by handle (1-64 chars). | |
| cursor | No | Opaque server-minted cursor (<=256 chars); echo nextCursor verbatim with the same filters. | |
| community | No | Filter to one community by slug (1-64 chars); omit for the public timeline. |