tools.ozone.set.querySets

ozone-lexicons.bsky.social

Documentation

Query available sets

main query

Query available sets

Parameters

cursor string Optional

No description available.

limit integer Optional

No description available.

namePrefix string Optional

No description available.

sortBy string Optional

No description available.

sortDirection string Optional

Defaults to ascending order of name field.

Output

Encodingapplication/json
cursor string Optional

No description available.

sets 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
Defaults to ascending order of name field.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "sets"
      ],
      "properties": {
        "sets": {
          "type": "array",
          "items": {
            "ref": "tools.ozone.set.defs#setView",
            "type": "ref"
          }
        },
        "cursor": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      },
      "sortBy": {
        "enum": [
          "name",
          "createdAt",
          "updatedAt"
        ],
        "type": "string",
        "default": "name"
      },
      "namePrefix": {
        "type": "string"
      },
      "sortDirection": {
        "enum": [
          "asc",
          "desc"
        ],
        "type": "string",
        "default": "asc",
        "description": "Defaults to ascending order of name field."
      }
    }
  },
  "description": "Query available sets"
}

Lexicon Garden

@