---
title: "Get galaxy cluster by ID"
method: GET
path: "/galaxy_clusters/view/{galaxyClusterId}"
tags: ["Galaxy Clusters"]
---

# Get galaxy cluster by ID

`GET /galaxy_clusters/view/{galaxyClusterId}`

## Path parameters

- `galaxyClusterId` union, required
  - string
  - string, uuid

## Response `200`

Extended galaxy cluster by ID response

- object
  - `GalaxyCluster` ExtendedGalaxyCluster — MISP galaxy is a simple method to express a large object called cluster that can be attached to MISP events or attributes.
    - `id` string
    - `uuid` string, uuid
    - `collection_uuid` string, uuid
    - `type` string
    - `value` string
    - `tag_name` string
    - `description` string
    - `galaxy_id` string
    - `source` string
    - `authors` string[]
    - `version` string, nullable
    - `distribution` '0' | '1' | '2' | '3' | '4' | '5' — Who will be able to see this event once it becomes published and eventually when it becomes pulled: * `0` - Your organization only * `1` - This community only * `2` - Connected communities * `3` - All communities * `4` - Sharing group * `5` - Inherit Event
    - `sharing_group_id` union
      - string, nullable
      - string, uuid, nullable
    - `org_id` string
    - `orgc_id` string
    - `default` boolean
    - `locked` boolean
    - `extends_uuid` string, nullable
    - `extends_version` string, nullable
    - `published` boolean
    - `deleted` boolean
    - `GalaxyElement` GalaxyElement[]
      - `id` string
      - `galaxy_cluster_id` string
      - `key` string
      - `value` string
    - `Galaxy` Galaxy
      - `id` string
      - `uuid` string, uuid
      - `name` string
      - `type` string
      - `description` string
      - `version` string
      - `icon` string
      - `namespace` string
      - `kill_chain_order` object, nullable
    - `GalaxyClusterRelation` GalaxyElement[]
      - `id` string
      - `galaxy_cluster_id` string
      - `key` string
      - `value` string
    - `Org` Organisation
      - `id` string
      - `name` string
      - `date_created` string
      - `date_modified` string
      - `description` string
      - `type` string, nullable
      - `nationality` string
      - `sector` string
      - `created_by` string
      - `uuid` string
      - `contacts` string, nullable
      - `local` boolean
      - `restricted_to_domain` string[]
      - `landingpage` string, nullable
      - `user_count` string, nullable
      - `created_by_email` string, nullable
    - `Orgc` Organisation
      - `id` string
      - `name` string
      - `date_created` string
      - `date_modified` string
      - `description` string
      - `type` string, nullable
      - `nationality` string
      - `sector` string
      - `created_by` string
      - `uuid` string
      - `contacts` string, nullable
      - `local` boolean
      - `restricted_to_domain` string[]
      - `landingpage` string, nullable
      - `user_count` string, nullable
      - `created_by_email` string, nullable
    - `tag_count` integer
    - `tag_id` string

## Other responses

- `403` — Authentication failed. Please make sure you pass the API key of an API enabled user along in the Authorization header.
- `404` — The specified resource was not found
- `default` — Unexpected API error

---

[API](https://skmtc.net/misp/apis/misp-automation-api.md) · [All operations](https://skmtc.net/misp/apis/misp-automation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/misp/misp-automation-api/revisions/88b34ff032a1/schema)
