External DocumentationTo learn more, visit the MxToolbox documentation.
Actions
Get Monitor Tags
Get all the tags of a monitor.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Monitor UID | The ID of the monitor to get its tags. |
[
{
'Name' : '',
'UID' : '',
'IsHidden' : new Date(),
'IsNegative' : new Date(),
'MonitorCount' : 0
}
]
Was this page helpful?