| Parameter | Type | Description |
|---|---|---|
page | integer | Page number for pagination (default: 1) |
page_size | integer | Number of items per page (default: 20) |
search | string | Search conditions by name or slug |
condition_type | string | Filter by condition type (e.g., "single_log") |
| Field | Type | Description |
|---|---|---|
id | string | Unique condition identifier (save this for creating automations) |
name | string | Display name of the condition |
condition_slug | string | URL-friendly identifier |
condition_type | string | Type of condition ("single_log") |
description | string | Description of the condition |
condition_policy | object | The condition policy with rules and connector |
unique_organization_id | string | Organization identifier |
created_at | string | ISO timestamp of creation |
updated_at | string | ISO timestamp of last update |
| Field | Type | Description |
|---|---|---|
count | integer | Total number of conditions |
previous | string | URL for previous page (null if first page) |
next | string | URL for next page (null if last page) |
filters_data | object | Currently applied filters |
id field from the response - you’ll need it when creating the automation.