---
title: "Get galaxies"
method: GET
path: "/galaxies"
tags: ["Galaxies"]
---

# Get galaxies

`GET /galaxies`

## Response `200`

A list of galaxies

- object[]
  - `Galaxy` Galaxy
    - `id` string
    - `uuid` string, uuid
    - `name` string
    - `type` string
    - `description` string
    - `version` string
    - `icon` string
    - `namespace` string
    - `kill_chain_order` object, nullable

## Other responses

- `403` — Authentication failed. Please make sure you pass the API key of an API enabled user along in the Authorization header.
- `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)
