Logo

Docs

Search

Search Models

Shared models used by search endpoints.

SearchScope

Supported resource scopes in bucketed search.

type SearchScope =
  | "top"
  | "songs"
  | "albums"
  | "artists"
  | "playlists"
  | "stations";

Typed Search Models

Typed search endpoints return paginated resources from these model groups:

On this page