---
title: "List Extensions"
method: GET
path: "/v1/extensions"
tags: ["Extensions"]
---

# List Extensions

`GET /v1/extensions`

Get all extensions for the authenticated user

## Response `200`

List of user extensions retrieved successfully

- ExtensionListResponse
  - `data` 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

- `500` — Unable to list extensions

---

[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)
