com.atproto.sync.list Blobs
GET {{baseUrl}}/xrpc/com.atproto.sync.listBlobs?did=<did>&since=<string>&limit=500&cursor=<string>
This endpoint is part of the atproto repository synchronization APIs. Requests usually do not require authentication, and can be made to PDS intances or Relay instances.*
To learn more about calling atproto API endpoints like this one, see the API Hosts and Auth guide.
List blob CIDs for an account, since some repo revision. Does not require auth; implemented by PDS.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
did | string | (Required) The DID of the repo. | |
since | string | Optional revision of the repo to list blobs since. | |
limit | number | ||
cursor | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"cids":["\u003ccid\u003e","\u003ccid\u003e"],"cursor":"\u003cstring\u003e"}