app.thesocialwire.operations.listAlerts

samclemente.me

Documentation

The Social Wire operator query listAlerts.

main query

The Social Wire operator query listAlerts.

Parameters

before string Optional

No description available.

limit integer Optional

No description available.

view string Optional

No description available.

Output

Encodingapplication/json

Errors

InvalidRequest
Forbidden
Unavailable
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": "InvalidRequest"
    },
    {
      "name": "Forbidden"
    },
    {
      "name": "Unavailable"
    }
  ],
  "output": {
    "schema": {
      "ref": "app.thesocialwire.defs#jsonObject",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "view": {
        "type": "string",
        "maxLength": 16,
        "knownValues": [
          "active",
          "history",
          "all"
        ]
      },
      "limit": {
        "type": "integer",
        "maximum": 1000,
        "minimum": 1
      },
      "before": {
        "type": "string",
        "maxLength": 2048
      }
    }
  },
  "description": "The Social Wire operator query listAlerts."
}

Lexicon Garden

@