Backfill in-progress. Some lexicons and records may be missing or incomplete.

com.atproto.sync.requestCrawl

atproto-lexicons.bsky.social

Documentation

main procedure

Request a service to persistently crawl hosted repos. Expected use is new PDS instances declaring their existence to Relays. Does not require auth.

Input

Encodingapplication/json
hostname string Required

Hostname of the current service (eg, PDS) that is requesting to be crawled.

Errors

HostBanned
Try It

Direct PDS XRPC methods (com.atproto.*) are disabled in Try It for security reasons.

These methods interact directly with Personal Data Servers and require careful handling. Use a dedicated client or CLI tool instead.
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "hostname"
      ],
      "properties": {
        "hostname": {
          "type": "string",
          "description": "Hostname of the current service (eg, PDS) that is requesting to be crawled."
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "HostBanned"
    }
  ],
  "description": "Request a service to persistently crawl hosted repos. Expected use is new PDS instances declaring their existence to Relays. Does not require auth."
}

Lexicon Garden

@