---
title: "Get Error Codes"
method: GET
path: "/api/v1/help/error-codes"
tags: ["help"]
---

# Get Error Codes

`GET /api/v1/help/error-codes`

获取常见错误码列表

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- ErrorCodeResponse[]
  - `id` integer, required
  - `code` string, required
  - `title` string, required
  - `description` string, nullable
  - `external_url` string, required
  - `sort_order` integer, required
  - `click_count` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/qcode/apis/qcode-web.md) · [All operations](https://skmtc.dev/qcode/apis/qcode-web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qcode/qcode-web/revisions/2f2f5f49ffc7/schema)
