ai.newnal.trustsquare.getSquares

bezalel-newnal.bsky.social

Documentation

Squares across the service, most recently active first. Used to suggest other conversations to a reader; while few Squares exist this is the whole list rather than a ranked selection.

main query

Squares across the service, most recently active first. Used to suggest other conversations to a reader; while few Squares exist this is the whole list rather than a ranked selection.

Parameters

exclude string at-uri Optional

A Square to leave out, normally the one being read.

limit integer Optional

No description available.

Output

Encodingapplication/json
squares 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
A Square to leave out, normally the one being read.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "squares"
      ],
      "properties": {
        "squares": {
          "type": "array",
          "items": {
            "ref": "ai.newnal.trustsquare.defs#squareView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "limit": {
        "type": "integer",
        "default": 12,
        "maximum": 50,
        "minimum": 1
      },
      "exclude": {
        "type": "string",
        "format": "at-uri",
        "description": "A Square to leave out, normally the one being read."
      }
    }
  },
  "description": "Squares across the service, most recently active first. Used to suggest other conversations to a reader; while few Squares exist this is the whole list rather than a ranked selection."
}

Lexicon Garden

@