---
title: "Config"
method: GET
path: "/data-explorer/config"
---

# Config

`GET /data-explorer/config`

## Query parameters

- `organization_id` string, uuid, nullable

## Response `200`

Successful Response

- ExplorerConfigResponse — Available explorer sources for the selected organization. Each list is derived from integration instances, not hardcoded customer aliases, so adding another Confluence site or Splunk cluster shows up automatically. Dataset rows (Splunk indexes) stay server-side; the UI addresses the cluster, and SPL names the index.
  - `confluence` ExplorerInstance[], required
    - `id` string, uuid, required
    - `label` string, required
  - `jira` ExplorerInstance[], required
    - `id` string, uuid, required
    - `label` string, required
  - `splunk` ExplorerInstance[], required
    - `id` string, uuid, required
    - `label` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/traversal/apis/fastapi.md) · [All operations](https://skmtc.dev/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/01ca496f3b4f/schema)
