app.bsky.graph.searchStarterPacksV2
Find starter packs matching search criteria. Does not require auth.
- class atproto_client.models.app.bsky.graph.search_starter_packs_v2.Params
Bases:
ParamsModelBaseParameters model for
app.bsky.graph.searchStarterPacksV2.- 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.graph.search_starter_packs_v2.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]
Cursor.
- limit: NotRequired[int | None]
Limit.
- class atproto_client.models.app.bsky.graph.search_starter_packs_v2.Response
Bases:
ResponseModelBaseOutput data model for
app.bsky.graph.searchStarterPacksV2.- field hits_total: int | None = None
Estimated total number of matching hits. May be rounded or truncated.
- field starter_packs: List[models.AppBskyGraphDefs.StarterPackView] [Required]
Starter packs.