Skip to main content
GET
Get Paladin by ID

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

paladin_id
string<uuid>
required

The ID of the Paladin.

Response

200 - application/json

The Paladin associated with the passed-in ID.

Paladin Object

Description

The Paladin object represents a Paladin, Opal's AI access-request reviewer.

paladin_id
string<uuid>
required

The ID of the Paladin. Use this value as a reviewer in a request configuration's service_user_ids.

Example:

"32acc112-21ff-4669-91c2-21e27683eaa1"

name
string
required

The name of the Paladin.

Example:

"paladin-agent-1"

Last modified on August 10, 2026