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

# List browser extensions

`GET /extensions`

List extensions in the resolved project.

## Query parameters

- `limit` integer
- `offset` integer
- `query` string
- `name` string

## Response `200`

List of extensions

- Extension[]
  - `id` string, required — Unique identifier for the extension
  - `name` string, nullable — Optional, easier-to-reference name for the extension. Must be unique within the project.
  - `created_at` string, date-time, required — Timestamp when the extension was created
  - `size_bytes` integer, required — Size of the extension archive in bytes
  - `checksum` string, nullable — SHA-256 checksum, encoded as lowercase hexadecimal, of the exact uploaded extension archive bytes. This is not a normalized checksum of the extension contents; archive metadata, file ordering, and compression can change the checksum for otherwise identical contents. Omitted for legacy rows and server-repackaged Chrome Web Store extensions.
  - `last_used_at` string, date-time, nullable — Timestamp when the extension was last used

## Other responses

- `401` — Unauthorized – missing or invalid authorization token
- `500` — Internal Server Error

## Changes

- **2026-07-10** `fa2a2f76b7a2` — 1 info
  - added the new optional `query` request parameter `name`
- **2026-07-08** `ab37f3a58281` — 1 info
  - added the optional property `items/checksum` to the response with the `200` status
- **2026-07-07** `a9d314575f84` — 1 warning
  - removed the optional property `items/checksum` from the response with the `200` status
- **2026-07-07** `0e485a669f19` — 1 info
  - added the optional property `items/checksum` to the response with the `200` status
- **2026-06-20** `4d2e652ef0f0` — 2 breaking
  - for the `query` request parameter `limit`, default value was changed from `1000` to `20`
  - for the `query` request parameter `limit`, the max was decreased from `1000.00` to `100.00`

[Full history](https://skmtc.dev/kernel/apis/kernel-api/changes/extensions/get.md)

---

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