Get saved query details
Spaces method and path for this operation:
get /s/{space_id}/api/osquery/saved_queries/{id}
Refer to Spaces for more information.
Get the details of a saved query using the query ID.
GET
/api/osquery/saved_queries/{id}
curl \
--request GET 'https://localhost:5601/api/osquery/saved_queries/3c42c847-eb30-4452-80e0-728584042334' \
--header "Authorization: $API_KEY"