Get pack details

GET /api/osquery/packs/{id}

Spaces method and path for this operation:

get /s/{space_id}/api/osquery/packs/{id}

Refer to Spaces for more information.

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

Path parameters

  • id string Required

    The ID of the pack you want to run, retrieve, update, or delete.

Responses

  • 200 application/json

    OK

GET /api/osquery/packs/{id}
curl \
 --request GET 'https://localhost:5601/api/osquery/packs/3c42c847-eb30-4452-80e0-728584042334' \
 --header "Authorization: $API_KEY"