---
title: "List Analyst data"
method: GET
path: "/analystData/index/{analystType}"
tags: ["Analyst Data"]
---

# List Analyst data

`GET /analystData/index/{analystType}`

## Path parameters

- `analystType` 'Note' | 'Opinion' | 'Relationship', required

## Response `200`

A list of Analyst Data

- union[]
  - union
    - AnalystNote
      - `note` string
      - `language` string — RFC5646 Language code
      - `note_type_name` 'Note'
      - `uuid` string, uuid
      - `object_uuid` string, uuid
      - `object_type` 'Attribute' | 'Event' | 'EventReport' | 'GalaxyCluster' | 'Galaxy' | 'Object' | 'Note' | 'Opinion' | 'Relationship' | 'Organisation' | 'SharingGroup'
      - `authors` string
      - `org_uuid` string, uuid
      - `orgc_uuid` string, uuid
      - `created` string
      - `modified` string
      - `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
      - `locked` boolean
    - AnalystOpinion
      - `comment` string
      - `opinion` integer — The opinion expressed on a scale from 0 to 100 where values < 50 are negatives, 50 is neutral and values > 50 are positives
      - `note_type_name` 'Opinion'
      - `uuid` string, uuid
      - `object_uuid` string, uuid
      - `object_type` 'Attribute' | 'Event' | 'EventReport' | 'GalaxyCluster' | 'Galaxy' | 'Object' | 'Note' | 'Opinion' | 'Relationship' | 'Organisation' | 'SharingGroup'
      - `authors` string
      - `org_uuid` string, uuid
      - `orgc_uuid` string, uuid
      - `created` string
      - `modified` string
      - `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
      - `locked` boolean
    - AnalystRelationship
      - `related_object_uuid` string, uuid
      - `related_object_type` 'Attribute' | 'Event' | 'EventReport' | 'GalaxyCluster' | 'Galaxy' | 'Object' | 'Note' | 'Opinion' | 'Relationship' | 'Organisation' | 'SharingGroup'
      - `relationship_type` string
      - `note_type_name` 'Relationship'
      - `uuid` string, uuid
      - `object_uuid` string, uuid
      - `object_type` 'Attribute' | 'Event' | 'EventReport' | 'GalaxyCluster' | 'Galaxy' | 'Object' | 'Note' | 'Opinion' | 'Relationship' | 'Organisation' | 'SharingGroup'
      - `authors` string
      - `org_uuid` string, uuid
      - `orgc_uuid` string, uuid
      - `created` string
      - `modified` string
      - `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
      - `locked` 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

## Changes

> 50 revisions in range; 1 could not be searched.

- **2025-12-11** `0a9c9382121a` — 9 breaking, 3 info
  - the `items/oneOf[#/components/schemas/AnalystNote]/allOf[#/components/schemas/AnalystData]/sharing_group_id` response property's maxLength was unset from `10` for the response status `200`
  - the `items/oneOf[#/components/schemas/AnalystOpinion]/allOf[#/components/schemas/AnalystData]/sharing_group_id` response property's maxLength was unset from `10` for the response status `200`
  - the `items/oneOf[#/components/schemas/AnalystRelationship]/allOf[#/components/schemas/AnalystData]/sharing_group_id` response property's maxLength was unset from `10` for the response status `200`
  - added `#/components/schemas/SharingGroupIntId, #/components/schemas/SharingGroupUuidId` to the `items/oneOf[#/components/schemas/AnalystNote]/allOf[#/components/schemas/AnalystData]/sharing_group_id` response property `oneOf` list for the response status `200`
  - …8 more
- …earlier changes not shown

[Full history](https://skmtc.dev/misp/apis/misp-automation-api/changes/analystData/index/:analystType/get.md)

---

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