---
title: "Returns a list of all bundles installed"
method: GET
path: "/api/v1/osgi"
tags: ["OSGi Plugins"]
---

# Returns a list of all bundles installed

`GET /api/v1/osgi`

## Query parameters

- `ignoresystembundles` boolean

## Response `200`

- ResponseEntityBundleListView
  - `errors` ErrorEntity[]
    - `errorCode` string
    - `message` string
    - `fieldName` string
  - `entity` BundleMap[]
    - `bundleId` integer
    - `symbolicName` string
    - `location` string
    - `jarFile` string
    - `state` integer
    - `version` string
    - `separator` string
    - `javaVersion` string
    - `javaClassVersion` integer
    - `usesDotcmsApis` boolean
    - `dotcmsCoreDependencyVersion` string
    - `builtWithMaven` boolean
    - `system` boolean
    - `multiRelease` boolean
  - `messages` MessageEntity[]
    - `message` string
  - `i18nMessagesMap` object
  - `permissions` string[]
  - `pagination` Pagination
    - `currentPage` integer
    - `perPage` integer
    - `totalEntries` integer

---

[API](https://skmtc.dev/jostens/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/jostens/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jostens/dotcms-rest-api/revisions/a088fe9f515c/schema)
