tools.ozone.set.getValues

ozone-lexicons.bsky.social

Documentation

Get a specific set and its values

main query

Get a specific set and its values

Parameters

cursor string Optional

No description available.

limit integer Optional

No description available.

name string Required

No description available.

Output

Encodingapplication/json
cursor string Optional

No description available.

values array Required

No description available.

Errors

SetNotFound set with the given name does not exist
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
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "SetNotFound",
      "description": "set with the given name does not exist"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "set",
        "values"
      ],
      "properties": {
        "set": {
          "ref": "tools.ozone.set.defs#setView",
          "type": "ref"
        },
        "cursor": {
          "type": "string"
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "name"
    ],
    "properties": {
      "name": {
        "type": "string"
      },
      "limit": {
        "type": "integer",
        "default": 100,
        "maximum": 1000,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      }
    }
  },
  "description": "Get a specific set and its values"
}

Lexicon Garden

@