app.bsky.feed.getQuotes
#main
Get a list of quotes 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 quotes 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 | - | ❌ | - |
| posts | array of app.bsky.feed.defs#postView | - | ✅ | - |