filoo_list_links
Retrieve a paginated list of short links, newest first, with details like short URL and destination. Use to check for existing links before creating duplicates or to locate a link by its destination.
Instructions
List the authenticated user's short links, newest first, cursor-paginated. Returns items[] with code, short_url, destination, created_at, plus a cursor to fetch the next page. Use to inventory existing links before creating a new one (avoid duplicates) or to find a link by destination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, max 100. Default 20. | |
| cursor | No | Pagination cursor from a previous call. |