---
title: "Get installed packages"
method: GET
path: "/api/fleet/epm/packages/installed"
tags: ["Elastic Package Manager (EPM)"]
---

# Get installed packages

`GET /api/fleet/epm/packages/installed`

**Spaces method and path for this operation:**

<div><span class="operation-verb get">get</span>&nbsp;<span class="operation-path">/s/{space_id}/api/fleet/epm/packages/installed</span></div>

Refer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.

Get a list of all currently installed integration packages.<br/><br/>[Required authorization] Route required privileges: integrations-read OR fleet-setup OR fleet-all.

## Query parameters

- `dataStreamType` 'logs' | 'metrics' | 'traces' | 'synthetics' | 'profiles'
- `showOnlyActiveDataStreams` boolean
- `nameQuery` string
- `searchAfter` union[]
  - union
    - string
    - number
- `perPage` number
- `sortOrder` 'asc' | 'desc'

## Response `200`

Successful response

- KibanaHTTPAPIsGetInstalledPackagesResponse
  - `items` KibanaHTTPAPIsInstalledPackage[], required
    - `dataStreams` object[], required
      - `name` string, required
      - `title` string, required
    - `description` string
    - `icons` KibanaHTTPAPIsPackageIcon[]
      - `dark_mode` boolean
      - `path` string
      - `size` string
      - `src` string, required
      - `title` string
      - `type` string
    - `name` string, required
    - `rolledBack` boolean
    - `status` string, required
    - `title` string
    - `version` string, required
  - `searchAfter` union[]
    - union
      - string
      - number
      - boolean
      - unknown
  - `total` number, required

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/elastic/apis/kibana-apis.md) · [All operations](https://skmtc.net/elastic/apis/kibana-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elastic/kibana-apis/versions/531c9e2a7d23/schema)
