getPixel

suspend fun getPixel(pixelId: String): Pixel

Retrieves a single pixel from the Umami API by its ID.

Return

The Pixel object matching the provided ID.

Parameters

pixelId

The unique identifier of the pixel.