---
title: "GET /v1/projects/{projectId}/firmware/logs"
method: GET
path: "/v1/projects/{projectId}/firmware/logs"
tags: ["Firmware"]
---

# GET /v1/projects/{projectId}/firmware/logs

`GET /v1/projects/{projectId}/firmware/logs`

## Path parameters

- `projectId` string, required

## Query parameters

- `page` integer
- `perPage` integer
- `version` string
- `target` string
- `state` string
- `reason` string
- `deviceId` string[]
- `start` string, date-time
- `end` string, date-time

## Response `200`

A successful response.

- GoliothListFirmwareLogsResponse
  - `list` GoliothFirmwareLogEntry[]
    - `deviceId` string
    - `package` string
    - `reason` string
    - `reasonCode` string
    - `state` string
    - `stateCode` string
    - `target` string
    - `time` string, date-time
    - `version` string
  - `page` integer
  - `perPage` integer
  - `total` integer

## Other responses

- `default` — An unexpected error response.

---

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