space.highport.admin.listDenylist

lexicons.highport.space

Documentation

The operator denylist.

main query

The operator denylist.

Parameters

cursor string Optional

Pagination cursor from a previous response.

kind string Optional

Filter by subject kind (see space.highport.defs#denylistEntry.kind).

limit integer Optional

Maximum entries to return.

Output

Encodingapplication/json
cursor string Optional

Present when more entries exist.

entries 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
Pagination cursor from a previous response.
Filter by subject kind (see space.highport.defs#denylistEntry.kind).
Maximum entries to return.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "entries"
      ],
      "properties": {
        "cursor": {
          "type": "string",
          "description": "Present when more entries exist."
        },
        "entries": {
          "type": "array",
          "items": {
            "ref": "space.highport.defs#denylistEntry",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "kind": {
        "type": "string",
        "description": "Filter by subject kind (see space.highport.defs#denylistEntry.kind)."
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1,
        "description": "Maximum entries to return."
      },
      "cursor": {
        "type": "string",
        "description": "Pagination cursor from a previous response."
      }
    }
  },
  "description": "The operator denylist."
}

Lexicon Garden

@