app.bivri.feed.getArtworkComments

lexicons.bivri.app

Documentation

main query

No description available.

Parameters

cursor string Optional

No description available.

limit integer Optional

No description available.

uri string at-uri Required

AT-URI of the artwork record

Output

Encodingapplication/json
comments array Required

No description available.

cursor string Optional

No description available.

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
AT-URI of the artwork record
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "comments"
      ],
      "properties": {
        "cursor": {
          "type": "string"
        },
        "comments": {
          "type": "array",
          "items": {
            "ref": "app.bivri.feed.defs#commentView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uri"
    ],
    "properties": {
      "uri": {
        "type": "string",
        "format": "at-uri",
        "description": "AT-URI of the artwork record"
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      }
    }
  }
}

Lexicon Garden

@