app.thesocialwire.operations.dryRunBackfill

samclemente.me

Documentation

The Social Wire operator procedure dryRunBackfill.

main procedure

The Social Wire operator procedure dryRunBackfill.

Input

Encodingapplication/json
authorDids array Optional

No description available.

maxLength: 1000 items
batchSize integer Required

No description available.

minimum: 1
collections array Required

No description available.

maxLength: 1000 items
endCursor integer Optional

No description available.

minimum: 0
gapId string Optional

No description available.

maxLength: 256 bytes
maxConcurrency integer Required

No description available.

minimum: 1
rateLimit integer Required

No description available.

minimum: 1
sourceMode string Required

No description available.

maxLength: 64 bytes
startCursor integer Optional

No description available.

minimum: 0

Output

Encodingapplication/json

Errors

InvalidRequest
Forbidden
Conflict
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://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "sourceMode",
        "collections",
        "batchSize",
        "rateLimit",
        "maxConcurrency"
      ],
      "properties": {
        "gapId": {
          "type": "string",
          "maxLength": 256
        },
        "batchSize": {
          "type": "integer",
          "minimum": 1
        },
        "endCursor": {
          "type": "integer",
          "minimum": 0
        },
        "rateLimit": {
          "type": "integer",
          "minimum": 1
        },
        "authorDids": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "did"
          },
          "maxLength": 1000
        },
        "sourceMode": {
          "type": "string",
          "maxLength": 64
        },
        "collections": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 512
          },
          "maxLength": 1000
        },
        "startCursor": {
          "type": "integer",
          "minimum": 0
        },
        "maxConcurrency": {
          "type": "integer",
          "minimum": 1
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "InvalidRequest"
    },
    {
      "name": "Forbidden"
    },
    {
      "name": "Conflict"
    },
    {
      "name": "Unavailable"
    }
  ],
  "output": {
    "schema": {
      "ref": "app.thesocialwire.defs#jsonObject",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "description": "The Social Wire operator procedure dryRunBackfill."
}

Lexicon Garden

@