Queries
REST API operations for saved and scheduled queries
Last updated
Was this helpful?
REST API operations for saved and scheduled queries
Last updated
Was this helpful?
The /queries
REST API operations are in open beta starting with Panther version 1.101, and are available to all customers. Please share any bug reports and feature requests with your Panther support team.
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.
For GET
operations, your API token must have the Query Data Lake
permission.
For POST
, PUT
, and DELETE
operations, your API token must have the Manage Saved Searches
permission.
put creates or updates a query
/queries/{id}
The description of the query
The name of the query
The raw sql of the query