---
title: "Get User-Flow Errors"
method: GET
path: "/self-service/errors"
tags: ["frontend"]
---

# Get User-Flow 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`

flowError

- FlowError
  - `created_at` string, date-time — CreatedAt is a helper struct field for gobuffalo.pop.
  - `error` object
  - `id` string, uuid, required — ID of the error container.
  - `updated_at` string, date-time — UpdatedAt is a helper struct field for gobuffalo.pop.

## Other responses

- `403` — errorGeneric
- `404` — errorGeneric
- `500` — errorGeneric

---

[API](https://skmtc.net/ory/apis/ory-identities-api.md) · [All operations](https://skmtc.net/ory/apis/ory-identities-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ory/ory-identities-api/versions/7a0df90e2f13/schema)
