app.bsky.feed.getRepostedBy
#main
Get a list of reposts for a given post.
Parameters
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| uri | string (at-uri) | - | ✅ | Reference (AT-URI) of post record |
| cid | string (cid) | - | ❌ | If supplied, filters to reposts of specific version (by CID) of the post record. |
| limit | integer | - | ❌ | - |
| cursor | string | - | ❌ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| uri | string (at-uri) | - | ✅ | - |
| cid | string (cid) | - | ❌ | - |
| cursor | string | - | ❌ | - |
| repostedBy | array of app.bsky.actor.defs#profileView | - | ✅ | - |