com.atproto.repo.getRecord
GET/com.atproto.repo.getRecord
Get a single record from a repository. Does not require auth.
Request
Query Parameters
repo at-identifierrequired
The handle or DID of the repo.
collection nsidrequired
The NSID of the record collection.
rkey stringrequired
The Record Key.
cid cid
The CID of the version of the record. If not specified, then return the most recent version.
Responses
- 200
- 400
OK
- application/json
- Schema
- Example (from schema)
Schema
uri at-urirequired
cid cid
value required
{
"uri": "string",
"cid": "string",
"value": {}
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
Possible values: [InvalidRequest
]
message stringrequired
{
"error": "InvalidRequest",
"message": "string"
}
Loading...