---
title: "View a sharing group blueprint's organisation filter result"
method: GET
path: "/sharing_group_blueprints/viewOrgs/{sharingGroupBlueprintId}"
tags: ["Sharing Group Blueprints"]
---

# View a sharing group blueprint's organisation filter result

`GET /sharing_group_blueprints/viewOrgs/{sharingGroupBlueprintId}`

View the list of organisations that would become part of the sharing group, on execution of the blueprint. This allows you to check the results of the currently set filters in a blueprint.

## Path parameters

- `sharingGroupBlueprintId` union, required
  - union
    - string, nullable
    - string, uuid, nullable
  - string, uuid

## Response `200`

Sharing group blueprint viewOrgs response

- object[]
  - `Organisation` object
    - `id` string
    - `uuid` string, uuid
    - `name` string
    - `sector` string
    - `type` string
    - `nationality` string

## Other responses

- `404` — Response when no valid sharing group blueprint was 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/versions/88b34ff032a1/schema)
