Get package categories

GET /api/fleet/epm/categories

[Required authorization] Route required privileges: integrations-read OR fleet-setup OR fleet-all.

Query parameters

  • prerelease boolean
  • include_policy_templates boolean

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
    • items array[object] Required
      Hide items attributes Show items attributes object
      • count number Required
      • id string Required
      • parent_id string
      • parent_title string
      • title string Required
  • 400 application/json
    Hide response attributes Show response attributes object
    • error string
    • errorType string
    • message string Required
    • statusCode number
GET /api/fleet/epm/categories
curl \
 --request GET 'https://<KIBANA_URL>/api/fleet/epm/categories' \
 --header "Authorization: $API_KEY"