Headers
-
elastic-api-version string
The version of the API to use
Value is
2023-10-31
. Default value is2023-10-31
.
Query parameters
-
dataStreamType string
Values are
logs
,metrics
,traces
,synthetics
, orprofiling
. -
showOnlyActiveDataStreams boolean
-
nameQuery string
-
searchAfter array[string | number]
-
perPage number
Default value is
15
. -
sortOrder string
Values are
asc
ordesc
. Default value isasc
.
GET /api/fleet/epm/packages/installed
curl \
-X GET https://localhost:5601/api/fleet/epm/packages/installed \
-H "elastic-api-version: 2023-10-31"
Response examples (200)
{
"items": [
{
"dataStreams": [
{
"name": "string",
"title": "string"
}
],
"description": "string",
"icons": [
{
"dark_mode": true,
"path": "string",
"size": "string",
"src": "string",
"title": "string",
"type": "string"
}
],
"name": "string",
"status": "string",
"title": "string",
"version": "string"
}
],
"searchAfter": [
"string"
],
"total": 42.0
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}