com.atproto.repo.describeRepo
#main
Get information about an account and repository, including the list of collections. Does not require auth.
Parameters
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
repo | string (at-identifier) | - | ✅ | The handle or DID of the repo. |
Output
- Encoding: application/json
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
handle | string (handle) | - | ✅ | - |
did | string (did) | - | ✅ | - |
didDoc | unknown | - | ✅ | The complete DID document for this account. |
collections | array of string | - | ✅ | List of all the collections (NSIDs) for which this repo contains at least one record. |
handleIsCorrect | boolean | - | ✅ | Indicates if handle is currently valid (resolves bi-directionally) |