---
title: "Get Self-Service Errors"
method: GET
path: "/self-service/errors"
tags: ["v0alpha1"]
---

# Get Self-Service Errors

`GET /self-service/errors`

This endpoint returns the error associated with a user-facing self service errors.

This endpoint supports stub values to help you implement the error UI:

`?id=stub:500` - returns a stub 500 (Internal Server Error) error.

More information can be found at [Ory Kratos User User Facing Error Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-facing-errors).

## Query parameters

- `id` string, required

## Response `200`

selfServiceError

- SelfServiceError
  - `created_at` string, date-time — CreatedAt is a helper struct field for gobuffalo.pop.
  - `error` object
  - `id` string, uuid4, required
  - `updated_at` string, date-time — UpdatedAt is a helper struct field for gobuffalo.pop.

## Other responses

- `403` — jsonError
- `404` — jsonError
- `500` — jsonError

## Changes

- **2021-07-13** `8f1b399ab6e6` — 2 breaking, 1 warning, 4 info
  - added the new required `query` request parameter `id`
  - removed the required property `errors` from the response with the `200` status
  - deleted the `query` request parameter `error`
  - api tag `v0alpha1` added
  - …3 more
- **2021-05-18** `9123bcead5ed` — 8 info
  - added the optional property `created_at` to the response with the `200` status
  - added the optional property `updated_at` to the response with the `200` status
  - the response property `error` became required for the status `403`
  - the response property `error` became required for the status `404`
  - …4 more
- **2021-05-05** `381c760af46e` — 8 breaking, 7 warning, 5 info
  - added the new required `query` request parameter `error`
  - the response property `error` became optional for the status `403`
  - the response property `error` became optional for the status `404`
  - the response property `error` became optional for the status `500`
  - …16 more

[Change history](https://skmtc.dev/ory/apis/ory-identities-api/changes/self-service/errors/get.md)

---

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