---
title: "Get Paladins by name"
method: GET
path: "/paladin/name/{paladin_name}"
tags: ["paladin"]
---

# Get Paladins by name

`GET /paladin/name/{paladin_name}`

Returns all Paladins whose name exactly matches the given name. Names are not unique, so the result is a list and may be empty.

## Path parameters

- `paladin_name` string, required

## Response `200`

The list of Paladins matching the passed-in name.

- PaladinList — # PaladinList Object ### Description A list of `Paladin` objects.
  - `results` Paladin[], required
    - `paladin_id` string, uuid, required — The ID of the Paladin. Use this value as a reviewer in a request configuration's service_user_ids.
    - `name` string, required — The name of the Paladin.

---

[API](https://skmtc.net/opal/apis/opal-api.md) · [All operations](https://skmtc.net/opal/apis/opal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opal/opal-api/revisions/13b58df96d40/schema)
