get_screen
Retrieve detailed information for a specific screen in a project by providing its resource name.
Instructions
Retrieves the details of a specific screen within a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Required. Identifier. The resource name of the screen to retrieve. Format: `projects/{project}/screens/{screen}` Example: `projects/4044680601076201931/screens/98b50e2ddc9943efb387052637738f61` |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Identifier. The name of the screen. Format: projects/{project}/screens/{screen} | |
| title | No | The title of the screen. | |
| width | No | The width of the screen. | |
| height | No | The height of the screen. | |
| htmlCode | No | The HTML code of the screen. | |
| deviceType | No | The device type of the screen. | |
| screenshot | No | The screenshot of the screen. |