# community.lexicon.bookmarks.getActorBookmarks

> Published by [didplc.bsky.social](https://lexicon.garden/identity/did:plc:dn3jehzu7fe3wh4ib7ey2bfe)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:dn3jehzu7fe3wh4ib7ey2bfe/community.lexicon.bookmarks.getActorBookmarks)
- [Documentation](https://lexicon.garden/lexicon/did:plc:dn3jehzu7fe3wh4ib7ey2bfe/community.lexicon.bookmarks.getActorBookmarks/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:dn3jehzu7fe3wh4ib7ey2bfe/community.lexicon.bookmarks.getActorBookmarks/examples)

## Definitions

### `community.lexicon.bookmarks.getActorBookmarks`

**Type**: `query`

Get a list of bookmarks by actor. Optionally add a list of tags to include, default will be all bookmarks. Requires auth, actor must be the requesting account.

## Raw Schema

```json
{
  "id": "community.lexicon.bookmarks.getActorBookmarks",
  "defs": {
    "main": {
      "type": "query",
      "description": "Get a list of bookmarks by actor. Optionally add a list of tags to include, default will be all bookmarks. Requires auth, actor must be the requesting account."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
