---
title: "List minimal Analyst data"
method: POST
path: "/analystData/indexMinimal"
tags: ["Analyst Data"]
---

# List minimal Analyst data

`POST /analystData/indexMinimal`

## Request body

- object
  - `orgc_name` union
    - string
    - OrganisationName[]

## Response `200`

An list of Analyst Data UUIDs are the keys and their timestamp are in date format. Example: `{` `uuid`: `YYYY-MM-DD HH:mm:ss` `}`.

- union
  - MinimalAnalystData — Minimal Analyst Data (notes, opinions and relationships).
    - `Note` object
    - `Opinion` object
    - `Relationship` object
  - object[] — Minimal Analyst Data

## 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-05-22** `806822934e5e` — 1 info
  - endpoint added
- **2024-07-11** `7cd8b1880b11` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/misp/apis/misp-automation-api/changes/analystData/indexMinimal/post.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)
