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

# List extensions

`GET /v1/extensions`

List all extensions for the organization

## Response `200`

Response containing a list of extensions for the organization

- ExtensionList — Response containing a list of extensions for the organization
  - `count` number, required — Total number of extensions
  - `extensions` object[], required — List of extensions for the organization
    - `createdAt` string, required — Creation timestamp
    - `id` string, required — Unique extension identifier (e.g., ext_12345)
    - `name` string, required — Extension name
    - `updatedAt` string, required — Last update timestamp

## Other responses

- `400` — An error response from the API
- `500` — An error response from the API

## Changes

- **2026-06-07** `4985d7bcd32f` — 2 info
  - added the optional property `linkToDocs` to the response with the `400` status
  - added the optional property `linkToDocs` to the response with the `500` status
- **2026-01-08** `97dcad9b050e` — 2 info
  - the response property `context/items/params` became required for the status `400`
  - the response property `context/items/params` became required for the status `500`
- **2025-08-21** `44f289567c28` — 1 breaking, 1 info
  - removed the required property `extensions/items/extensionId` from the response with the `200` status
  - added the required property `extensions/items/id` to the response with the `200` status
- **2025-08-21** `094cfe5a2443` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/steel-dev/apis/steel-api/changes/v1/extensions/get.md)

---

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