app.bsky.graph.getRelationships
#main
Enumerates public relationships between one account, and a list of other accounts. Does not require auth.
Parameters
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
actor | string (at-identifier) | - | ✅ | Primary account requesting relationships for. |
others | array of at-identifier | - | ❌ | - |
Output
- Encoding: application/json
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
actor | string (did) | - | ❌ | - |
relationships | array of union app.bsky.graph.defs#relationship app.bsky.graph.defs#notFoundActor | - | ✅ | - |