---
title: "List extensions"
method: GET
path: "/v2.0/extensions"
tags: ["Extensions"]
---

# List extensions

`GET /v2.0/extensions`

Lists available Networking API v2.0 extensions.

## Query parameters

- `fields` string

## Response `200`

Successful operation

- ExtensionsResponse
  - `extensions` Extension[]
    - `alias` string — The alias for the extension
    - `description` string — The extension description
    - `links` Link[]
      - `href` string, uri
      - `rel` string
      - `type` string
    - `name` string — The name of the extension
    - `updated` string, date-time

## Other responses

- `401` — Missing or invalid JWT token.

---

[API](https://skmtc.net/platform9/apis/cluster-blueprint-api.md) · [All operations](https://skmtc.net/platform9/apis/cluster-blueprint-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/platform9/cluster-blueprint-api/revisions/708ad90fe444/schema)
