tools.ozone.setting.listOptions

ozone-lexicons.bsky.social

Documentation

List settings with optional filtering

main query

List settings with optional filtering

Parameters

cursor string Optional

No description available.

keys array of string Optional

Filter for only the specified keys. Ignored if prefix is provided

limit integer Optional

No description available.

prefix string Optional

Filter keys by prefix

scope string Optional

No description available.

Output

Encodingapplication/json
cursor string Optional

No description available.

options array Required

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
Filter for only the specified keys. Ignored if prefix is provided
Filter keys by prefix
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "options"
      ],
      "properties": {
        "cursor": {
          "type": "string"
        },
        "options": {
          "type": "array",
          "items": {
            "ref": "tools.ozone.setting.defs#option",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "keys": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "nsid"
        },
        "maxLength": 100,
        "description": "Filter for only the specified keys. Ignored if prefix is provided"
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "scope": {
        "type": "string",
        "default": "instance",
        "knownValues": [
          "instance",
          "personal"
        ]
      },
      "cursor": {
        "type": "string"
      },
      "prefix": {
        "type": "string",
        "description": "Filter keys by prefix"
      }
    }
  },
  "description": "List settings with optional filtering"
}

Lexicon Garden

@