Skip to main content

app.bsky.unspecced.defs

#skeletonSearchPost​

PropertyTypeKnown ValuesRequiredDescription
uristring (at-uri)-✅-

#skeletonSearchActor​

PropertyTypeKnown ValuesRequiredDescription
didstring (did)-✅-

#skeletonSearchStarterPack​

PropertyTypeKnown ValuesRequiredDescription
uristring (at-uri)-✅-

#trendingTopic​

PropertyTypeKnown ValuesRequiredDescription
topicstring-✅-
displayNamestring-❌-
descriptionstring-❌-
linkstring-✅-

#skeletonTrend​

PropertyTypeKnown ValuesRequiredDescription
topicstring-✅-
displayNamestring-✅-
descriptionstring-❌-
linkstring-✅-
startedAtstring (datetime)-✅-
postCountinteger-✅-
statusstringhot❌-
categorystring-❌-
didsarray of string-✅-

#trendView​

PropertyTypeKnown ValuesRequiredDescription
topicstring-✅-
displayNamestring-✅-
descriptionstring-❌-
linkstring-✅-
startedAtstring (datetime)-✅-
postCountinteger-✅-
statusstringhot❌-
categorystring-❌-
actorsarray of app.bsky.actor.defs#profileViewBasic-✅-

#threadItemPost​

PropertyTypeKnown ValuesRequiredDescription
postapp.bsky.feed.defs#postView-✅-
moreParentsboolean-✅This post has more parents that were not present in the response. This is just a boolean, without the number of parents.
moreRepliesinteger-✅This post has more replies that were not present in the response. This is a numeric value, which is best-effort and might not be accurate.
opThreadboolean-✅This post is part of a contiguous thread by the OP from the thread root. Sub-threads by OP deeper in the tree are not considered an OP thread.
opThreadPostIndexinteger-❌The 1-indexed position of this post within the contiguous OP thread. Only present when this post is part of the OP thread (see opThread).
opThreadPostCountinteger-❌The total number of posts in the contiguous OP thread that this post belongs to. Only present when this post is part of the OP thread (see opThread).
hiddenByThreadgateboolean-✅The threadgate created by the author indicates this post as a reply to be hidden for everyone consuming the thread.
mutedByViewerboolean-✅This is by an account muted by the viewer requesting it.

#threadItemNoUnauthenticated​

#threadItemNotFound​

#threadItemBlocked​

PropertyTypeKnown ValuesRequiredDescription
authorapp.bsky.feed.defs#blockedAuthor-✅-

#ageAssuranceState​

The computed state of the age assurance process, returned to the user in question on certain authenticated requests.

PropertyTypeKnown ValuesRequiredDescription
lastInitiatedAtstring (datetime)-❌The timestamp when this state was last updated.
statusstringunknown
pending
assured
blocked
✅The status of the age assurance process.

#ageAssuranceEvent​

Object used to store age assurance data in stash.

PropertyTypeKnown ValuesRequiredDescription
createdAtstring (datetime)-✅The date and time of this write operation.
statusstringunknown
pending
assured
✅The status of the age assurance process.
attemptIdstring-✅The unique identifier for this instance of the age assurance flow, in UUID format.
emailstring-❌The email used for AA.
initIpstring-❌The IP address used when initiating the AA flow.
initUastring-❌The user agent used when initiating the AA flow.
completeIpstring-❌The IP address used when completing the AA flow.
completeUastring-❌The user agent used when completing the AA flow.