---
title: "Get Extension Details"
method: GET
path: "/v1/extensions/{id}"
tags: ["Extensions"]
---

# Get Extension Details

`GET /v1/extensions/{id}`

Get details of a specific extension by its ID

## Path parameters

- `id` string, uuid, required

## Response `200`

Extension details retrieved successfully

- ExtensionResponseSchema
  - `id` string, uuid — Unique identifier for the extension
  - `name` string — Extension name
  - `manifest` ExtensionManifest
    - `name` string
    - `version` string
    - `manifest_version` integer
    - `description` string
    - `permissions` string[]
  - `createdAt` string, date-time — Timestamp when the extension was created
  - `updatedAt` string, date-time — Timestamp when the extension was last updated

## Other responses

- `404` — Extension not found
- `500` — Unable to get extension

---

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