latestOpenAPI 3.1.02026-08-16160205478.8 KB

35a0d1b09a5d

paladin

Get Paladins by 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.

get/paladin/name/{paladin_name}

Path parameters

paladin_namestring required

The name of the Paladin.

Response

The list of Paladins matching the passed-in name.

Example response

{
  "results": [
    {
      "paladin_id": "32acc112-21ff-4669-91c2-21e27683eaa1",
      "name": "paladin-agent-1",
      "owner_id": "7c86c85d-0651-43e2-a748-d69d658418e8",
      "monitor_mode": true,
      "admin_view_only": false,
      "enabled_connectors": [
        "SLACK"
      ]
    }
  ]
}