app.thesocialwire.appview.listEntries

samclemente.me

Documentation

List entries for a publication. Scope lists use the current comma-delimited wire representation.

main query

List entries for a publication. Scope lists use the current comma-delimited wire representation.

Parameters

authorDid string did Required

A decentralized identifier (DID).

cursor string Optional

No description available.

filter string Optional

No description available.

limit integer Optional

No description available.

maxEntries integer Optional

No description available.

publicationAtUri string at-uri Optional

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

publicationScopeAtUris string Optional

No description available.

publicationSiteUrls string Optional

No description available.

Output

Encodingapplication/json

Errors

InvalidRequest
UpstreamUnavailable
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
A decentralized identifier (DID).
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "InvalidRequest"
    },
    {
      "name": "UpstreamUnavailable"
    }
  ],
  "output": {
    "schema": {
      "ref": "app.thesocialwire.defs#jsonObject",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "authorDid"
    ],
    "properties": {
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string",
        "maxLength": 2048
      },
      "filter": {
        "type": "string",
        "default": "all",
        "maxLength": 16,
        "knownValues": [
          "all",
          "unread"
        ]
      },
      "authorDid": {
        "type": "string",
        "format": "did",
        "maxLength": 2048
      },
      "maxEntries": {
        "type": "integer",
        "maximum": 1000,
        "minimum": 1
      },
      "publicationAtUri": {
        "type": "string",
        "format": "at-uri",
        "maxLength": 8192
      },
      "publicationSiteUrls": {
        "type": "string",
        "maxLength": 8192
      },
      "publicationScopeAtUris": {
        "type": "string",
        "maxLength": 8192
      }
    }
  },
  "description": "List entries for a publication. Scope lists use the current comma-delimited wire representation."
}

Lexicon Garden

@