{ "id": "app.bsky.contact.getSyncStatus", "defs": { "main": { "type": "query", "errors": [ { "name": "InvalidDid" }, { "name": "InternalError" } ], "output": { "schema": { "type": "object", "properties": { "syncStatus": { "ref": "app.bsky.contact.defs#syncStatus", "type": "ref", "description": "If present, indicates the user has imported their contacts. If not present, indicates the user never used the feature or called `app.bsky.contact.removeData` and didn't import again since." } } }, "encoding": "application/json" }, "parameters": { "type": "params", "properties": {} }, "description": "Gets the user's current contact import status. Requires authentication." } }, "$type": "com.atproto.lexicon.schema", "lexicon": 1 }