list_backlink_records
List the actual records (author DID + verified handle + at:// URI, newest first) that reference a target for ONE category,i.e. WHO liked, reposted, quoted, replied to, mentioned, or follows it. Workflow: call get_backlinks first to get a category source, then pass it here. To read WHAT a referencing record says (e.g. the text of a mention or reply), call get_record on its at:// URI. Author handles are resolved via identity resolution (verified), not search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (1-25, default 25). Use the returned cursor for the next page. | |
| cursor | No | Pagination cursor returned by a previous call (to get the next page). | |
| source | Yes | A category `source` from get_backlinks, e.g. app.bsky.feed.like:subject.uri. | |
| target | Yes | The referenced record at:// URI or account DID (same target passed to get_backlinks). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||