Get filters list.

Example Output

{
	"status": "<string>",
	"data": {
		"items_total": 18,
		"items": [
			{
				"id": "<string>",
				"name": "<string>",
				"description": null,
				"rule": "<string>",
				"created_by": "<string>",
				"organization": "<string>",
				"end_time": "2024-10-30T20:30:00.752000+02:00",
				"actions": [
					{
						"id": "<string>",
						"description": null,
						"type": 21,
						"created_by": null,
						"organization": "<string>",
						"data": {
							"template": "<string>"
						},
						"creator_name": null,
						"status": "<string>",
						"status_reason": null
					}
				],
				"is_enabled": false,
				"is_apply_on_existing": false,
				"creator_name": "<string>",
				"dsl_filter": {
					"filter": [
						{
							"field": "<string>",
							"includes": [
								"<string>",
								"<string>"
							]
						},
						{
							"field": "<string>",
							"includes": [
								"<string>",
								"<string>"
							]
						}
					]
				},
				"sonar_query": {},
				"order": 1,
				"create_time": "2025-04-02T02:59:12+00:00",
				"update_time": "2025-04-02T02:59:12+00:00",
				"business_units": [],
				"is_global": true
			},
			{
				"id": "<string>",
				"name": "<string>",
				"description": "<string>",
				"rule": "<string>",
				"created_by": "<string>",
				"organization": "<string>",
				"end_time": "2025-04-02T02:59:12+00:00",
				"actions": [
					{
						"id": "<string>",
						"description": null,
						"type": 21,
						"created_by": null,
						"organization": "<string>",
						"data": {
							"template": "<string>"
						},
						"creator_name": null,
						"status": "<string>",
						"status_reason": null
					}
				],
				"is_enabled": false,
				"is_apply_on_existing": false,
				"creator_name": "<string>",
				"dsl_filter": {
					"filter": [
						{
							"field": "<string>",
							"range": {
								"gt": 14
							}
						},
						{
							"field": "<string>",
							"excludes": [
								"<string>"
							]
						}
					]
				},
				"sonar_query": {},
				"order": 0,
				"create_time": "2024-10-01T11:58:55.546458+03:00",
				"update_time": "2024-10-30T21:15:00.068467+02:00",
				"business_units": [],
				"is_global": true
			}
		],
		"limit": 16
	}
}

Workflow Library Example

List Rules with Orca Security and Send Results Via Email

Preview this Workflow on desktop