ooo.bsky.authfetch.listRecords

lexicon.store

{
  "id": "ooo.bsky.authfetch.listRecords",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "records"
          ],
          "properties": {
            "cursor": {
              "type": "string"
            },
            "records": {
              "type": "array",
              "items": {
                "ref": "#record",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "collection"
        ],
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1,
            "description": "The number of records to return."
          },
          "cursor": {
            "type": "string"
          },
          "reverse": {
            "type": "boolean",
            "description": "Flag to reverse the order of the returned records."
          },
          "collection": {
            "type": "string",
            "format": "nsid",
            "description": "The NSID of the record collection."
          }
        }
      },
      "description": "Lists a range of private records in a hidden repository that match a specific collection. Requires auth."
    },
    "record": {
      "type": "object",
      "required": [
        "uri",
        "strategy",
        "value"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri",
          "description": "The AT URI of the record."
        },
        "value": {
          "type": "unknown",
          "description": "The stored private record value."
        },
        "strategy": {
          "ref": "ooo.bsky.authfetch.strategy",
          "type": "ref",
          "description": "The strategy used to authenticate fetch requests for this record."
        }
      },
      "description": "A record in the hidden repository."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against ooo.bsky.authfetch.listRecords

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreiamrfthxbjyco2yls3gz7tizhndwd2u2vrb7ds2ylnkccmsl3d3gi
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/ooo.bsky.authfetch.listRecords

Referenced Schemas (1)

  • ooo.bsky.authfetch.strategy

Lexicon Garden

@