---
title: "Get miner errors"
method: GET
path: "/api/v1/miner/errors"
tags: ["Miner"]
---

# Get miner errors

`GET /api/v1/miner/errors`

Retrieves a list of errors reported by the miner, including timestamps, messages, error codes, and affected components.

## Response `200`

Successful response containing an array of miner errors.

- GetErrorsResponse
  - `errors` MinerError[], required — Array of errors
    - `components` Component[], required
      - `index` integer, required
      - `name` string, required
    - `error_codes` ErrorCode[], required
      - `code` string, required
      - `hint` string, required
      - `reason` string, required
    - `message` string, required
    - `timestamp` string, required

---

[API](https://skmtc.net/256foundation/apis/braiins-os-public-rest-api.md) · [All operations](https://skmtc.net/256foundation/apis/braiins-os-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/256foundation/braiins-os-public-rest-api/versions/d341c8e1d506/schema)
