---
title: "Get a list of sharing groups"
method: GET
path: "/sharing_groups"
tags: ["Sharing Groups"]
---

# Get a list of sharing groups

`GET /sharing_groups`

## Response `200`

Get sharing groups response

- object
  - `response` SharingGroupListItem[]
    - `SharingGroup` SlimSharingGroup
      - `id` union
        - string, nullable
        - string, uuid, nullable
      - `uuid` string, uuid
      - `name` string
      - `description` string
      - `releasability` string
      - `local` boolean
      - `active` boolean
      - `org_count` string
    - `Organisation` object
      - `id` string
      - `name` string
      - `uuid` string, uuid
    - `SharingGroupOrg` SharingGroupOrganisation[]
      - `id` string, nullable
      - `sharing_group_id` union
        - string, nullable
        - string, uuid, nullable
      - `org_id` string
      - `extend` boolean
      - `Organisation` object
        - `id` string
        - `name` string
        - `uuid` string, uuid
    - `SharingGroupServer` SharingGroupServer[]
      - `all_orgs` boolean
      - `server_id` string
      - `sharing_group_id` union
        - string, nullable
        - string, uuid, nullable
      - `Server` object
        - `id` string
        - `name` string
    - `editable` boolean
    - `deletable` boolean

## 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)
