---
title: "GET /devops/extensions"
method: GET
path: "/devops/extensions"
tags: ["DevOps"]
---

# GET /devops/extensions

`GET /devops/extensions`

Lists Extensions objects for the catalog with installation info for user.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

- EaasCatalogExtension[]
  - `id` string
  - `extension_id` string, required
  - `type` 'products' | 'hub' | 'multiaccount' | 'transformations'
  - `name` string, required
  - `icon` string, binary, nullable
  - `owner` EaasAccountReference
    - `id` string
    - `name` string, required
    - `icon` string, nullable
    - `role` 'vendor' | 'distributor' | 'reseller'
  - `catalog_status` string
  - `short_description` string
  - `category` string
  - `installed` boolean, required

## Other responses

- `400`

---

[API](https://skmtc.net/cloudblue/apis/cloudblue-connect-api.md) · [All operations](https://skmtc.net/cloudblue/apis/cloudblue-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudblue/cloudblue-connect-api/revisions/0421d2a97c52/schema)
