Roo — list shortlinks
roo_list_shortlinksList shortlinks on your account in reverse chronological order using cursor pagination. Retrieve compact summaries, then fetch full details for any item.
Instructions
List shortlinks on the account (cursor-paginated, most-recent first). Returns compact items — call roo_get_shortlink for full detail on one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max shortlinks to return in this page (Roo picks a server-side default if omitted). | |
| cursor | No | Pagination cursor. Pass the `next_cursor` from the previous page's response. |