Humantic AI MCP / Tools / humantic_miia_report_list_v1
Account Intelligence Miia

humantic_miia_report_list_v1

List all reports under your account.

At a glance

Key inputs

(none)

Upstream API

GET /v1/miia/fetch/all

Example ask
What account reports do I already have?
Example tool call
humantic_miia_report_list_v1({})
Example output
{
  "status_code": 200,
  "status": "success",
  "message": "Reports fetched successfully",
  "data": {
    "COMPLETED": [
      {
        "create_request_id": "8f3a2c9e1b7d4e6fa0c5d2b7e9134a6c",
        "buyer_company": "Acme Corp",    "buyer_company_domain": "acme.com",
        "seller_company": "Humantic AI", "seller_company_domain": "humantic.ai",
        "analysis_type": "deep", "created_at": "2026-08-21T09:14:02", "status": "COMPLETED",
        "executive_summary_preview_text": "Acme Corp is mid-way through an operations-efficiency mandate set by the board in Q1. It has opened 12 ops roles this quarter and the CEO called back-office automation",
        "full_report_preview_text": "Acme Corp is a privately held industrial-supply distributor headquartered in Austin, Texas. It serves roughly 40,000 business customers across North America through"
      },
      {
        "create_request_id": "21bc77e04a5f4d3e9b8c1a0f6e2d5c78",
        "buyer_company": "Globex",       "buyer_company_domain": "globex.com",
        "seller_company": "Humantic AI", "seller_company_domain": "humantic.ai",
        "analysis_type": "moderate", "created_at": "2026-08-18T15:40:19", "status": "COMPLETED",
        "executive_summary_preview_text": "Globex is a mid-market logistics software vendor growing its RevOps team ahead of a planned European expansion in 2027. Leadership has flagged",
        "full_report_preview_text": "Globex Corporation is a public company listed on NASDAQ under GBX. It sells transportation-management and fleet-visibility software to"
      }
    ],
    "PENDING": [
      {
        "create_request_id": "9d11f3a8c0e24b7f8a6d5e3c1b0f9a42",
        "buyer_company": "Initech",      "buyer_company_domain": "initech.com",
        "seller_company": "Humantic AI", "seller_company_domain": "humantic.ai",
        "analysis_type": "quick", "created_at": "2026-08-21T11:02:55", "status": "PENDING"
      }
    ],
    "FAILED": []
  },
  "_status": "ready",
  "_trace_id": "8bc7e4a3dadb357b"
}
Good to know. Useful for “what do I already know about these accounts?” before regenerating (identical requests within 24h are cached).