com.atproto.sync.listBlobs
#main
List blob CIDs for an account, since some repo revision. Does not require auth; implemented by PDS.
Parameters
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| did | string (did) | - | ✅ | The DID of the repo. |
| since | string (tid) | - | ❌ | Optional revision of the repo to list blobs since. |
| limit | integer | - | ❌ | - |
| cursor | string | - | ❌ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| cursor | string | - | ❌ | - |
| cids | array of string | - | ✅ | - |