app.bsky.unspecced.searchStarterPacksSkeleton

Domain Index: bsky.app

Crawl History

#main - query

Backend Starter Pack search, returns only skeleton.

Query Parameters

Name Type Details
cursor string

Optional pagination mechanism; may not necessarily allow scrolling through entire result set.

limit integer

Default: 25

Minimum: 1

Maxumum:

q string (required)

Search query string; syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.

viewer string

DID of the account making the request (not included for public/unauthenticated queries).

Syntax Format: did

Response Body

Content Type: application/json

Data Fields

Name Type Details
cursor string
hitsTotal integer

Count of search hits. Optional, may be rounded/truncated, and may not be possible to paginate through all hits.

starterPacks array (required)

Elements are of type:

Errors

Name Description
BadQueryString