---
title: "Get Catalog Extension"
method: GET
path: "/api/2025-02-28-beta/catalog/extensions/{id}"
tags: ["Catalog"]
---

# Get Catalog Extension

`GET /api/2025-02-28-beta/catalog/extensions/{id}`

Retrieves a specific extension from the catalog

## Path parameters

- `id` string, uuid, required

## Response `200`

Catalog extension details

- CatalogExtension — An approved extension available in the catalog
  - `extension_id` string, uuid, required — Unique identifier for the extension
  - `name` string, required — Name of the extension
  - `version` string, required — Version of the extension
  - `description` string, required — Description of what the extension does
  - `developer_name` string, required — Name of the developer or organization
  - `documentation_url` string, uri — URL to the extension's documentation
  - `homepage_url` string, uri — URL to the extension's homepage
  - `support_url` string, uri — URL for support related to this extension
  - `logo_urls` string[] — URLs to logo images at different sizes
  - `activation_url` string, uri — URL used to activate the extension
  - `signup_url` string, uri — URL for user signup through partner defined flow
  - `icon_url` string, uri — URL to the extension's icon. Recommended: PNG format with transparent background, 128x128 pixels
  - `scopes` string[] — OAuth scopes required by the extension
  - `extension_points` object[] — Extension points where this extension can be used
    - `type` 'clinical'
    - `category` 'labs' | 'gfe' | 'hep' | 'rpm' | 'supplements' | 'extensions'
    - `label` string
    - `url` string, uri
  - `created_at` string, date-time — When the extension was added to the catalog
  - `updated_at` string, date-time — When the extension was last updated in the catalog

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/jane/apis/jdp-api.md) · [All operations](https://skmtc.net/jane/apis/jdp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jane/jdp-api/revisions/119f3c4ad601/schema)
