Skip to main content

com.atproto.repo.listRecords

GET 

com.atproto.repo.listRecords

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...