Get saved query details

GET /api/osquery/saved_queries/{id}

Get the details of a saved query using the query ID.

Path parameters

  • id string Required

    The ID of a saved query.

Responses

  • 200 application/json

    OK

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"