Get packs
Spaces method and path for this operation:
get /s/{space_id}/api/osquery/packs
Refer to Spaces for more information.
Get a list of all query packs.
GET
/api/osquery/packs
curl \
--request GET 'https://localhost:5601/api/osquery/packs' \
--header "Authorization: $API_KEY"