Get Alert
get-alertRetrieve the configuration of a specific alert using its unique ID.
Instructions
Retrieve a single alert's configuration by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alert_id | Yes | Alert ID (UUID) | |
| workspace_id | No | Workspace ID (UUID). Defaults to the workspace the API key is bound to. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| type | No | ||
| status | No | ||
| enabled | No | ||
| schedule | No | ||
| created_at | No | ||
| gnql_query | No | ||
| parameters | No | ||
| recipients | No | ||
| updated_at | No | ||
| workspace_id | No | ||
| query_workspace_id | No |