Queries
REST API operations for saved and scheduled queries
Overview
Use these API operations to interact with Saved and Scheduled Searches in Panther.
To call the API, see the How to use the Panther REST API instructions—including directions for how to invoke it directly from this documentation page.
Queries managed via the API must be written in SQL; they cannot use PantherFlow.
Required permissions
For
GEToperations, your API token must have theQuery Data Lakepermission.For
POST,PUT, andDELETEoperations, your API token must have theManage Saved Searchespermission.
Operations
The description of the query
The name of the query
The raw sql of the query
OK response.
bad_request: Bad Request response.
exists: Conflict response.
updates a query
The description of the query
The name of the query
The raw sql of the query
OK response.
bad_request: Bad Request response.
not_found: Not Found response.
Last updated
Was this helpful?

