com.atproto.label.queryLabels
Find labels relevant to the provided AT-URI patterns. Public endpoint for moderation services, though may return different or additional results with auth.
- class atproto_client.models.com.atproto.label.query_labels.Params
Bases:
ParamsModelBaseParameters model for
com.atproto.label.queryLabels.
- class atproto_client.models.com.atproto.label.query_labels.ParamsDict
Bases:
TypedDict- uri_patterns: List[str]
List of AT URI patterns to match (boolean βORβ). Each may be a prefix (ending with β*β; will match inclusive of the string leading to β*β), or a full URI.
- cursor: NotRequired[str | None]
Cursor.
- limit: NotRequired[int | None]
Limit.
- sources: NotRequired[List[Did] | None]
Optional list of label sources (DIDs) to filter on.
- class atproto_client.models.com.atproto.label.query_labels.Response
Bases:
ResponseModelBaseOutput data model for
com.atproto.label.queryLabels.- field labels: List[models.ComAtprotoLabelDefs.Label] [Required]
Labels.