list_blobs
List the blobs (uploaded media/attachments,images, video, etc.) hosted in an account's repository, via com.atproto.sync.listBlobs. Returns each blob's CID and its canonical PDS getBlob URL (PDS-native, works for any PDS,not a CDN). Answers 'what media does this account host?'. Records reference blobs by CID; use this (or get_blob_info) to turn a CID into a fetchable URL. Input is a handle or DID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | A handle or DID. | |
| limit | No | Page size (1-100, default 50). A cursor in the response means more pages exist. | |
| cursor | No | Pagination cursor from a previous call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||