link.latr.bookmarks.listBookmarks

samclemente.me

Documentation

L@tr XRPC method link.latr.bookmarks.listBookmarks.

main query

L@tr XRPC method link.latr.bookmarks.listBookmarks.

Parameters

cursor string Optional

No description available.

limit integer Optional

No description available.

tag string Optional

No description available.

Output

Encodingapplication/json
bookmarks array Required

No description available.

cursor string Optional

No description available.

Errors

InvalidRequest
InvalidUrl
AuthRequired
InvalidToken
InvalidDpop
ClientAuthRequired
BookmarkNotFound
Conflict
RateLimitExceeded
UpstreamFailure
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "InvalidRequest"
    },
    {
      "name": "InvalidUrl"
    },
    {
      "name": "AuthRequired"
    },
    {
      "name": "InvalidToken"
    },
    {
      "name": "InvalidDpop"
    },
    {
      "name": "ClientAuthRequired"
    },
    {
      "name": "BookmarkNotFound"
    },
    {
      "name": "Conflict"
    },
    {
      "name": "RateLimitExceeded"
    },
    {
      "name": "UpstreamFailure"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "bookmarks"
      ],
      "properties": {
        "cursor": {
          "type": "string",
          "maxLength": 2048,
          "maxGraphemes": 512
        },
        "bookmarks": {
          "type": "array",
          "items": {
            "ref": "link.latr.bookmarks.defs#bookmarkView",
            "type": "ref"
          },
          "maxLength": 100
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [],
    "properties": {
      "tag": {
        "type": "string",
        "maxLength": 640,
        "maxGraphemes": 64
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string",
        "maxLength": 2048,
        "maxGraphemes": 512
      }
    }
  },
  "description": "L@tr XRPC method link.latr.bookmarks.listBookmarks."
}

Lexicon Garden

@