getPixels

suspend fun getPixels(search: String? = null, page: Int? = null, pageSize: Int? = null): SearchResponse<Pixel>

Retrieves a paginated list of pixels from the Umami API.

Return

A SearchResponse containing a list of Pixel objects.

Parameters

search

Optional search string to filter pixels by.

page

Optional page number for pagination.

pageSize

Optional number of results per page.