Get installed packages

GET /api/fleet/epm/packages/installed

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

Query parameters

  • dataStreamType string

    Values are logs, metrics, traces, synthetics, or profiling.

  • showOnlyActiveDataStreams boolean
  • nameQuery string
  • searchAfter array[string | number]
  • perPage number

    Default value is 15.

  • sortOrder string

    Values are asc or desc. Default value is asc.

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • items array[object] Required
      Hide items attributes Show items attributes object
      • dataStreams array[object] Required
        Hide dataStreams attributes Show dataStreams attributes object
        • name string Required
        • title string Required
      • description string
      • icons array[object]
        Hide icons attributes Show icons attributes object
        • dark_mode boolean
        • path string
        • size string
        • src string Required
        • title string
        • type string
      • name string Required
      • status string Required
      • title string
      • version string Required
    • searchAfter array[string | number | boolean]
    • total number Required
  • 400 application/json
    Hide response attributes Show response attributes object
    • error string
    • errorType string
    • message string Required
    • statusCode number
GET /api/fleet/epm/packages/installed
curl \ --request GET 'https://<KIBANA_URL>/api/fleet/epm/packages/installed' \ --header "Authorization: $API_KEY"