Queries in Bluesky
The bluesky plugin includes 30 queries:
Name | Description | Queries |
---|---|---|
Lookup a specific post by URI or HTTP URL. | ||
Search for recent posts on Bluesky. Results are limited to 100 by default, but can be changed using the limit parameter. | ||
Get information about a Bluesky user | ||
List of users who follow the specified user. To query by handle, use a join with the bluesky_user table. | ||
List of users that the specified user follows. To query by handle, use a join with the bluesky_user table. | ||
List of posts that mention the specified user. To query by handle, use a join with the bluesky_user table. | ||
List of posts published by a specific Bluesky user. |