Skip to main content

com.atproto.repo.listRecords

GET 

/xrpc/com.atproto.repo.listRecords

This endpoint is part of the atproto PDS repository management APIs. Requests usually require authentication (unlike the com.atproto.sync.* endpoints), and are made directly to the user's own PDS instance.

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

List a range of records in a repository, matching a specific collection. Does not require auth.

Request

Query Parameters

    repo at-identifierrequired

    The handle or DID of the repo.

    collection nsidrequired

    The NSID of the record type.

    limit integer

    Possible values: >= 1 and <= 100

    Default value: 50

    The number of records to return.

    cursor string
    reverse boolean

    Flag to reverse the order of the returned records.

Responses

OK

Schema

    cursor string

    records

    object[]

    required

  • Array [

  • uri at-urirequired
    cid cidrequired
    value required
  • ]

Loading...