Prompts
The prompt object
Fields
| Field | Type | Description |
|---|---|---|
| id | integer | The unique ID of the prompt. |
| monitor_id | integer | The ID of the monitor that owns this prompt. |
| prompt | string | The question text the monitor asks each engine on every run. |
| is_active | boolean | Whether the prompt will run on each daily run of its monitor. |
| monitor | Monitor | The parent monitor. Returned when requested via |
| created_at | datetime | When the prompt was created. |
| updated_at | datetime | When the prompt was last updated. |