mov.danabra.ProfileTab

lexicon.store View official

Documentation

main procedure

No description available.

Input

Encodingapplication/json
limit integer Optional

No description available.

tab string Optional

No description available.

uri stringat-uri Required

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

Output

Encodingapplication/json
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://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "uri"
      ],
      "properties": {
        "tab": {
          "type": "string",
          "default": "posts_and_author_threads",
          "knownValues": [
            "posts_and_author_threads",
            "posts_and_replies"
          ]
        },
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "limit": {
          "type": "integer",
          "default": 10
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "ref": "at.inlay.defs#response",
      "type": "ref"
    },
    "encoding": "application/json"
  }
}

Lexicon Garden

@