External DocumentationTo learn more, visit the Panther documentation.
Actions
Create Query
Create a panther query.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Description | The description of the query. |
| Name | The name of the query. |
| Sql | The raw SQL of the query. |
| Parameter | Description |
|---|---|
| Cron Expression | The cron expression for the schedule. |
| Disable Schedule | Create the query with the schedule disabled. |
| Rate Minutes | The rate of the schedule in minutes. |
| Timeout Minutes | The timeout of the schedule in minutes. |
{
"createdAt": "text",
"description": "text",
"id": "text",
"managed": false,
"name": "text",
"schedule": {
"cron": "text",
"disabled": false,
"rateMinutes": 0,
"timeoutMinutes": 0
},
"sql": "text",
"updatedAt": "text"
}
Was this page helpful?