#main - queryList blob CIDs for an account, since some repo revision. Does not require auth; implemented by PDS.
Query Parameters
| Name | Type | Details |
|---|---|---|
cursor |
string | |
did |
string (required) |
The DID of the repo. Syntax Format: |
limit |
integer |
Default: Minimum: Maxumum: |
since |
string |
Optional revision of the repo to list blobs since. |
Response Body
Content Type: application/json
Data Fields
| Name | Type | Details |
|---|---|---|
cids |
array (required) |
UNHANDLED IN ARRAYS: string |
cursor |
string |
Errors
| Name | Description |
|---|---|
RepoNotFound |
|
RepoTakendown |
|
RepoSuspended |
|
RepoDeactivated |