com.atproto.repo.getRecord

Domain Index: atproto.com

Crawl History

#main - query

Get a single record from a repository. Does not require auth.

Query Parameters

Name Type Details
cid string

The CID of the version of the record. If not specified, then return the most recent version.

Syntax Format: cid

collection string (required)

The NSID of the record collection.

Syntax Format: nsid

repo string (required)

The handle or DID of the repo.

Syntax Format: at-identifier

rkey string (required)

The Record Key.

Response Body

Content Type: application/json

Data Fields

Name Type Details
cid string

Syntax Format: cid

uri string (required)

Syntax Format: at-uri

value unknown (required) Field can contain arbitrary JSON/CBOR object data

Errors

Name Description
RecordNotFound