app.bsky.contact.getMatches

Returns the matched contacts (contacts that were mutually imported). Excludes dismissed matches. Requires authentication.

class atproto_client.models.app.bsky.contact.get_matches.Params

Bases: ParamsModelBase

Parameters model for app.bsky.contact.getMatches.

field cursor: str | None = None

Cursor.

field limit: int | None = None

Limit.

Constraints:
  • ge = 1

  • le = 100

class atproto_client.models.app.bsky.contact.get_matches.ParamsDict

Bases: TypedDict

cursor: NotRequired[str | None]

Cursor.

limit: NotRequired[int | None]

Limit.

class atproto_client.models.app.bsky.contact.get_matches.Response

Bases: ResponseModelBase

Output data model for app.bsky.contact.getMatches.

field cursor: str | None = None

Cursor.

field matches: List[models.AppBskyActorDefs.ProfileView] [Required]

Matches.