{
"id": "systems.timker.hawlt.listNotes",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"notes"
],
"properties": {
"notes": {
"type": "array",
"items": {
"ref": "#noteView",
"type": "ref"
}
},
"cursor": {
"type": "string",
"maxLength": 100
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"repo"
],
"properties": {
"repo": {
"type": "string",
"format": "at-identifier"
},
"limit": {
"type": "integer",
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string",
"maxLength": 100
}
}
},
"description": "List note records from a repo, with optional pagination."
},
"noteView": {
"type": "object",
"required": [
"uri",
"cid",
"value",
"indexedAt"
],
"properties": {
"cid": {
"type": "string",
"format": "cid"
},
"uri": {
"type": "string",
"format": "at-uri"
},
"value": {
"ref": "systems.timker.hawlt.note",
"type": "ref"
},
"indexedAt": {
"type": "string",
"format": "datetime"
}
},
"description": "A note record with its AT URI, CID, and server-side index timestamp."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:bazrmgio5a7x53v3pwpqnfds
- CID
-
bafyreicgyzloypaxxjhwcagoxcuz6hlcytddadtuwhncqnrdlnynpr64am
- Indexed At
- 2026-03-07 18:12 UTC
- AT-URI
-
at://did:plc:bazrmgio5a7x53v3pwpqnfds/com.atproto.lexicon.schema/systems.timker.hawlt.listNotes