Skip to main content
Retrieve a list of monitoring items. Note: To pass additional Zabbix parameters, use the Additional Parameters field with the following format:
{
  "params": {
    "output": "extend",
    "selectHosts": "extend"
  }
}
External DocumentationTo learn more, visit the Zabbix documentation.

Basic Parameters

ParameterDescription
Host IDsA comma-separated list of host IDs to filter results by. Can be obtained from the List Hosts action.
Item IDsA comma-separated list of item IDs to filter results by.
LimitThe maximum number of results to return.
Monitored Items OnlySelect to return only monitored hosts.
Request IDThe ID to send with the request.
SearchThe search query to filter events by.

For more information about the search supported types, refer to Zabbix data types documentation.
Sort FieldSelect the field to sort results by.
Time FromThe start time to filter results from.

Advanced Parameters

ParameterDescription
Additional ParametersA JSON object for additional body parameters. Values specified in this parameter will override equivalent parameters.

For example:
{
“first_key”: 12345,
“second_key”: “some_value”
}
The object must follow the vendor’s structure as defined in the API documentation.

Example Output

{
	"jsonrpc": "2.0",
	"result": {
		"itemid": "23865",
		"name": "HTTP agent example JSON",
		"key_": "json",
		"preprocessing": [
			{
				"type": "12",
				"params": "$.random",
				"error_handler": "1",
				"error_handler_params": ""
			}
		]
	},
	"id": 1
}

Workflow Library Example

List Items with Zabbix and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop