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

com.atproto.sync.getRepo

atproto-lexicons.bsky.social

Documentation

main query

Download a repository export as CAR file. Optionally only a 'diff' since a previous revision. Does not require auth; implemented by PDS.

Parameters

did string did Required

The DID of the repo.

since string tid Optional

The revision ('rev') of the repo to create a diff from.

Output

Encodingapplication/vnd.ipld.car

Errors

RepoNotFound
RepoTakendown
RepoSuspended
RepoDeactivated
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",
  "errors": [
    {
      "name": "RepoNotFound"
    },
    {
      "name": "RepoTakendown"
    },
    {
      "name": "RepoSuspended"
    },
    {
      "name": "RepoDeactivated"
    }
  ],
  "output": {
    "encoding": "application/vnd.ipld.car"
  },
  "parameters": {
    "type": "params",
    "required": [
      "did"
    ],
    "properties": {
      "did": {
        "type": "string",
        "format": "did",
        "description": "The DID of the repo."
      },
      "since": {
        "type": "string",
        "format": "tid",
        "description": "The revision ('rev') of the repo to create a diff from."
      }
    }
  },
  "description": "Download a repository export as CAR file. Optionally only a 'diff' since a previous revision. Does not require auth; implemented by PDS."
}

Lexicon Garden

@