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
Encoding
application/jsonErrors
InvalidRequest
UpstreamUnavailable
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
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."
}