#main
Get a single record from a repository. Does not require auth.
Parameters
| Property | Type | Known Values | Required | Description |
|---|
| repo | string (at-identifier) | - | ✅ | The handle or DID of the repo. |
| collection | string (nsid) | - | ✅ | The NSID of the record collection. |
| rkey | string (record-key) | - | ✅ | The Record Key. |
| cid | string (cid) | - | ❌ | The CID of the version of the record. If not specified, then return the most recent version. |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|
| uri | string (at-uri) | - | ✅ | - |
| cid | string (cid) | - | ❌ | - |
| value | unknown | - | ✅ | - |