Repository event stream, aka Firehose endpoint. Outputs repo commits with diff data, and identity update events, for all repositories on the current server. See the atproto specifications for details around stream sequencing, repo versioning, CAR diff format, and more. Public and does not require auth; implemented by PDS and Relay.
GET
/xrpc/com.atproto.sync.subscribeRepos
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” cursor
The last known event seq number to backfill from.
integer
The last known event seq number to backfill from.
Responses
Section titled “ Responses ”Bad Request