---
title: "GET /v1/projects/{projectOrProductUID}/firmware"
method: GET
path: "/v1/projects/{projectOrProductUID}/firmware"
tags: ["project"]
---

# GET /v1/projects/{projectOrProductUID}/firmware

`GET /v1/projects/{projectOrProductUID}/firmware`

Get Available Firmware Information

## Path parameters

- `projectOrProductUID` string, required

## Query parameters

- `product` string
- `firmwareType` string
- `version` string
- `target` string
- `filename` string
- `md5` string
- `unpublished` boolean
- `sortBy` 'created' | 'name' | 'version' | 'length'
- `sortOrder` 'asc' | 'desc'

## Response `200`

Success

- FirmwareInfo[]
  - `built` string — The date the firmware was built.
  - `created` string — The date the firmware was created.
  - `description` string — A description of the firmware.
  - `filename` string — The name of the firmware file.
  - `info` object — User-defined metadata
  - `md5` string — The MD5 hash of the firmware file.
  - `notes` string — User-defined notes
  - `organization` string — The organization that owns the firmware.
  - `product` string — The product that the firmware is for.
  - `published` boolean — True if the firmware is published.
  - `tags` string — A list of tags associated with the firmware.
  - `target` string — The target device for the firmware.
  - `type` string — The type of firmware.
  - `version` string — The version of the firmware.

## Other responses

- `default` — The response body in case of an API error.

---

[API](https://skmtc.net/notefile/apis/notehub-api.md) · [All operations](https://skmtc.net/notefile/apis/notehub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notefile/notehub-api/versions/9c5b2b63a991/schema)
