---
title: "Get error codes"
method: GET
path: "/v1/error-codes"
tags: ["General"]
---

# Get error codes

`GET /v1/error-codes`

Get all API error codes with metadata for frontend integration.

## Query parameters

- `category` string
- `ref` string

## Response `200`

A successful response.

- ApiGetErrorCodesResponse
  - `errors` ApiErrorCodeMeta[]
    - `ref` string
    - `code` string
    - `category` string
    - `grpc_code` string
    - `title` string
    - `message` string
    - `action` string
    - `severity` string
    - `retry_allowed` boolean
    - `http_status` integer

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rise/apis/risex-rest-api.md) · [All operations](https://skmtc.net/rise/apis/risex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rise/risex-rest-api/versions/194af8339c0d/schema)
