---
title: "GET /ontology/packs"
method: GET
path: "/ontology/packs"
---

# GET /ontology/packs

`GET /ontology/packs`

## Response `200`

Loaded packs

- ListPackResponse
  - `items` Pack[], required
    - `name` string, required
    - `version` string, required
    - `schema_version` string
    - `description` string
    - `owner` string
    - `requires` object
      - `core_min_version` string
    - `entity_types` string[]
    - `edge_types` string[]
    - `map_layers` MapLayer[]
      - `id` string, required
      - `name` string, required
      - `kind` string, required
      - `url` string
      - `attribution` string
      - `geometry_source` string
      - `entity_types` string[]
      - `render` string
      - `label_field` string
      - `filter` string
      - `source` string, required
    - `detectors` object[]
      - `id` string, required
      - `severity` string, required
      - `window` string
      - `query` string, required
      - `explanation_template` string
      - `suggested_actions` string[]
      - `source` string, required
    - `views` object[]
      - `id` string, required
      - `entity_type` string, required
      - `title` string
      - `fields` object[]
        - `id` string, required
        - `label` string
        - `format` string
        - `hidden` boolean
      - `source` string, required
    - `queries` object[]
      - `id` string, required
      - `title` string
      - `description` string
      - `sql` string, required
      - `params` object[]
        - `name` string, required
        - `type` string
        - `label` string
        - `description` string
        - `required` boolean
      - `source` string, required
    - `report_templates` string[]
  - `next` string, nullable, required

## Changes

- **2026-04-23** `3343f3fcf894` — 11 info
  - added the optional property `items/items/detectors` to the response with the `200` status
  - added the optional property `items/items/map_layers/items/entity_types` to the response with the `200` status
  - added the optional property `items/items/map_layers/items/filter` to the response with the `200` status
  - added the optional property `items/items/map_layers/items/geometry_source` to the response with the `200` status
  - …7 more
- **2026-04-21** `9925ce6b6def` — 11 warning
  - removed the optional property `items/items/detectors` from the response with the `200` status
  - removed the optional property `items/items/map_layers/items/entity_types` from the response with the `200` status
  - removed the optional property `items/items/map_layers/items/filter` from the response with the `200` status
  - removed the optional property `items/items/map_layers/items/geometry_source` from the response with the `200` status
  - …7 more

[Change history](https://skmtc.dev/scalytics/apis/kafsiem-analyst-api/changes/ontology/packs/get.md)

---

[API](https://skmtc.dev/scalytics/apis/kafsiem-analyst-api.md) · [All operations](https://skmtc.dev/scalytics/apis/kafsiem-analyst-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scalytics/kafsiem-analyst-api/revisions/d56f871e544e/schema)
