---
title: "Get an Extension"
method: GET
path: "/v1/extensions/{id}"
---

# Get an Extension

`GET /v1/extensions/{id}`

## Path parameters

- `id` string, required

## Response `200`

The request has succeeded.

- Extension
  - `id` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `fileName` string, required
  - `projectId` string, required — The Project ID linked to the uploaded Extension.

## Changes

- **2026-02-26** `a2379f6bf614` — 1 breaking, 1 info
  - the `projectId` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - removed `#/components/schemas/uuid` from the `projectId` response property `allOf` list for the response status `200`
- **2024-10-27** `b37d85811d1c` — 4 info
  - removed `#/components/schemas/Entity` from the response body `allOf` list for the response status `200`
  - added the required property `createdAt` to the response with the `200` status
  - added the required property `id` to the response with the `200` status
  - added the required property `updatedAt` to the response with the `200` status
- **2024-10-27** `0069ed71133a` — 3 breaking, 1 info
  - removed the required property `created_at` from the response with the `200` status
  - removed the required property `id` from the response with the `200` status
  - removed the required property `updated_at` from the response with the `200` status
  - added `#/components/schemas/Entity` to the response body `allOf` list for the response status `200`
- **2024-10-26** `9af27d5ca04e` — 4 info
  - removed `#/components/schemas/Entity` from the response body `allOf` list for the response status `200`
  - added the required property `created_at` to the response with the `200` status
  - added the required property `id` to the response with the `200` status
  - added the required property `updated_at` to the response with the `200` status

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

---

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