app.bsky.unspecced.searchStarterPacksSkeleton
Backend Starter Pack search, returns only skeleton.
- class atproto_client.models.app.bsky.unspecced.search_starter_packs_skeleton.Params
Bases:
ParamsModelBaseParameters model for
app.bsky.unspecced.searchStarterPacksSkeleton.- field q: str [Required]
Search query string; syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.
- class atproto_client.models.app.bsky.unspecced.search_starter_packs_skeleton.ParamsDict
Bases:
TypedDict- q: str
Search query string; syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.
- cursor: NotRequired[str | None]
Optional pagination mechanism; may not necessarily allow scrolling through entire result set.
- limit: NotRequired[int | None]
Limit.
- viewer: NotRequired[Did | None]
DID of the account making the request (not included for public/unauthenticated queries).
- class atproto_client.models.app.bsky.unspecced.search_starter_packs_skeleton.Response
Bases:
ResponseModelBaseOutput data model for
app.bsky.unspecced.searchStarterPacksSkeleton.- field starter_packs: List[models.AppBskyUnspeccedDefs.SkeletonSearchStarterPack] [Required]
Starter packs.