List Displays
list_displaysLists all displays the user can access, with id, name, online status, lock state and device class — the starting point to discover display IDs before get_display, send_html or send_store_template_to_display. Pass org_id to list an organization's displays instead. response_format 'detailed' adds screen/viewport facts, URLs and language per display. To show what a display looks like right now, use get_display_preview_url. Requires content scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | No | Optional organization ID: list that organization's displays (member access required). | |
| access_token | No | Optional bearer token; prefer session_request_id. | |
| response_format | No | concise (default) returns key fields per display; detailed adds screen/viewport, URLs and language. | |
| session_request_id | No | Session handle from create_auth_session; pass it on every authenticated call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| displays | No |