get_my_saved
Retrieve your own saved Reddit posts and comments, paginated with an after cursor. Requires your account credentials for private access.
Instructions
Get the authenticated user's saved posts and comments (private to the account). Read-only but requires user credentials (REDDIT_USERNAME/REDDIT_PASSWORD). Returns up to limit items plus an after pagination cursor. Use get_my_overview for your authored activity. Do NOT use this for another user — saved items are private and have no cross-user equivalent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Forward pagination cursor: the `after` value returned by a previous call. Omit for the first page. | |
| limit | No | How many saved items to return, 1–100 (default 25). |