app.bsky.bookmark.getBookmarks
#main
Gets views of records bookmarked by the authenticated user. Requires authentication.
Parameters
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| limit | integer | - | ❌ | - |
| cursor | string | - | ❌ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| cursor | string | - | ❌ | - |
| bookmarks | array of app.bsky.bookmark.defs#bookmarkView | - | ✅ | - |