get_bookmarks
Retrieve bookmarks from linkding with filters for search, tags, archived status, and date ranges. Supports pagination and result limits.
Instructions
Get list of bookmarks from linkding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search query (supports text search and filters like 'tag:python') | |
| limit | No | Maximum number of results to return (default: 100) | |
| bundle | No | Filter bookmarks by bundle ID | |
| offset | No | Number of results to skip for pagination (default: 0) | |
| archived | No | Whether to get archived bookmarks (default: False) | |
| added_since | No | Filter bookmarks added after this date (ISO 8601 format) | |
| modified_since | No | Filter bookmarks modified after this date (ISO 8601 format) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |