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

com.atproto.sync.getCheckout

atproto-lexicons.bsky.social

Documentation

main query

DEPRECATED - please use com.atproto.sync.getRepo instead

Parameters

did string did Required

The DID of the repo.

Output

Encodingapplication/vnd.ipld.car
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": "query",
  "output": {
    "encoding": "application/vnd.ipld.car"
  },
  "parameters": {
    "type": "params",
    "required": [
      "did"
    ],
    "properties": {
      "did": {
        "type": "string",
        "format": "did",
        "description": "The DID of the repo."
      }
    }
  },
  "description": "DEPRECATED - please use com.atproto.sync.getRepo instead"
}

Lexicon Garden

@