Skip to main content

com.atproto.sync.getRepo

GET 

/xrpc/com.atproto.sync.getRepo

This endpoint is part of the atproto repository synchronization APIs. Requests usually do not require authentication, and can be made to PDS intances or Relay instances.*

To learn more about calling atproto API endpoints like this one, see the API Hosts and Auth guide.

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

Request

Query Parameters

    did didrequired

    The DID of the repo.

    since string

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

Responses

OK

Schema

    any

Loading...