---
title: "List browser extensions"
method: GET
path: "/api/v1/browser/extension"
deprecated: true
---

# List browser extensions

`GET /api/v1/browser/extension`

> **Deprecated.**

List all uploaded browser extensions for a user.

## Cookies

- `apikey` string

## Response `200`

Successful Response

- ApiResponseListExtensionsResponse
  - `r` ListExtensionsResponse, required — Response model for listing extensions.
    - `extensions` Extension[], required — The list of extensions.
      - `id` string, required — The ID of the extension.
      - `file_name` string, required — The name of the extension.
      - `creation_time` integer, required — The creation timestamp.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/smooth/apis/circlemind-zero.md) · [All operations](https://skmtc.dev/smooth/apis/circlemind-zero/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smooth/circlemind-zero/revisions/472956a12adf/schema)
