link.latr.saved.getItem

samclemente.me

Documentation

L@tr XRPC method link.latr.saved.getItem.

main query

L@tr XRPC method link.latr.saved.getItem.

Parameters

subjectUri string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

Output

Encodingapplication/json

Errors

InvalidRequest
InvalidUrl
AuthRequired
InvalidToken
InvalidDpop
ClientAuthRequired
SavedItemNotFound
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
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "InvalidRequest"
    },
    {
      "name": "InvalidUrl"
    },
    {
      "name": "AuthRequired"
    },
    {
      "name": "InvalidToken"
    },
    {
      "name": "InvalidDpop"
    },
    {
      "name": "ClientAuthRequired"
    },
    {
      "name": "SavedItemNotFound"
    },
    {
      "name": "Conflict"
    },
    {
      "name": "RateLimitExceeded"
    },
    {
      "name": "UpstreamFailure"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [],
      "properties": {
        "record": {
          "ref": "link.latr.saved.defs#record",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "subjectUri"
    ],
    "properties": {
      "subjectUri": {
        "type": "string",
        "format": "at-uri",
        "maxLength": 8192,
        "maxGraphemes": 2048
      }
    }
  },
  "description": "L@tr XRPC method link.latr.saved.getItem."
}

Lexicon Garden

@