Get App Icon
get_app_iconFetches the 336x210 app icon for a specified channel on a Roku device, returning it as a base64 data URL. Use this to preview channel branding without affecting the device.
Instructions
Fetch the 336x210 app icon for one installed channel on the device, returned as base64 / data URL (ECP /query/icon/). Read-only. Discover valid app ids with ecp_query "/query/apps" (or launch_app's notes); "dev" is the sideloaded Dev App. Use this to preview a channel's branding — for a picture of the current screen use screenshot instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Channel id whose icon to fetch (e.g. "837" for YouTube, "dev" for the sideloaded Dev App). Get ids from ecp_query "/query/apps". | |
| device | No | Target device — IP (e.g. "192.168.1.154") or serial (e.g. "X00046N6S6F"). Omit to use the focused device. |