app.thesocialwire.operations.listBackfills

samclemente.me

Documentation

The Social Wire operator query listBackfills.

main query

The Social Wire operator query listBackfills.

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": 32,
        "knownValues": [
          "active",
          "history",
          "needs_attention",
          "all"
        ]
      },
      "limit": {
        "type": "integer",
        "maximum": 1000,
        "minimum": 1
      },
      "before": {
        "type": "string",
        "maxLength": 2048
      }
    }
  },
  "description": "The Social Wire operator query listBackfills."
}

Lexicon Garden

@