Get data blocks needed to prove the existence or non-existence of record in the current version of repo. Does not require auth.
Parameters
Output
Encoding
application/vnd.ipld.carErrors
RecordNotFound
RepoNotFound
RepoTakendown
RepoSuspended
RepoDeactivated
Try It
Direct PDS XRPC methods (com.atproto.*) are disabled in Try It for security reasons.
View raw schema
{
"type": "query",
"errors": [
{
"name": "RecordNotFound"
},
{
"name": "RepoNotFound"
},
{
"name": "RepoTakendown"
},
{
"name": "RepoSuspended"
},
{
"name": "RepoDeactivated"
}
],
"output": {
"encoding": "application/vnd.ipld.car"
},
"parameters": {
"type": "params",
"required": [
"did",
"collection",
"rkey"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "The DID of the repo."
},
"rkey": {
"type": "string",
"format": "record-key",
"description": "Record Key"
},
"collection": {
"type": "string",
"format": "nsid"
}
}
},
"description": "Get data blocks needed to prove the existence or non-existence of record in the current version of repo. Does not require auth."
}