5b5b5f694e25

latestOpenAPI 3.1.02026-08-13160205478.7 KB
paladin

List Paladin context sources

Returns the context sources (Slack channels and documents) configured for a Paladin.

get/paladin/{paladin_id}/context-sources

Path parameters

paladin_idstring uuid required

The ID of the Paladin.

Response

The context sources configured for the Paladin.

Example response

{
  "results": [
    {
      "id": "8a1f2c3d-4b5e-6f70-8192-a3b4c5d6e7f8",
      "paladin_id": "32acc112-21ff-4669-91c2-21e27683eaa1",
      "source_kind": "SLACK_CHANNEL",
      "third_party_provider": "SLACK",
      "remote_id": "C0123456789",
      "name": "#access-requests",
      "url": "https://example.slack.com/archives/C0123456789"
    }
  ]
}