app.bsky.unspecced.searchActorsSkeleton
Backend Actors (profile) search, returns only skeleton.
- class atproto_client.models.app.bsky.unspecced.search_actors_skeleton.Params
Bases:
ParamsModelBaseParameters model for
app.bsky.unspecced.searchActorsSkeleton.- field q: str [Required]
Search query string; syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended. For typeahead search, only simple term match is supported, not full syntax.
- class atproto_client.models.app.bsky.unspecced.search_actors_skeleton.ParamsDict
Bases:
TypedDict- q: str
Search query string; syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended. For typeahead search, only simple term match is supported, not full syntax.
- cursor: NotRequired[str | None]
Optional pagination mechanism; may not necessarily allow scrolling through entire result set.
- limit: NotRequired[int | None]
Limit.
- typeahead: NotRequired[bool | None]
If true, acts as fast/simple โtypeaheadโ query.
- viewer: NotRequired[Did | None]
DID of the account making the request (not included for public/unauthenticated queries). Used to boost followed accounts in ranking.
- class atproto_client.models.app.bsky.unspecced.search_actors_skeleton.Response
Bases:
ResponseModelBaseOutput data model for
app.bsky.unspecced.searchActorsSkeleton.- field actors: List[models.AppBskyUnspeccedDefs.SkeletonSearchActor] [Required]
Actors.