List players
list_playersList digital-signage players (screens) in your tenant. Discover which screens are online or offline, filter by group, and get an overview before managing them.
Instructions
List the digital-signage players (screens) in the calling tenant.
When to use:
You need to discover which players exist before reading or changing them.
The user asks "how many screens are online?" or wants an overview.
When NOT to use:
You already know a specific player_id — call get_player instead, it's cheaper.
What to know:
Optional filters: status ("online" | "offline"), group_id (UUID).
Returns up to 25 players per call; pagination is not yet exposed in MVP.
"online" means a heartbeat arrived within the last 90 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by reachability | |
| group_id | No | Filter by player group UUID |